HttpGet.this

Create a client for the given URL. The argument should be fully qualified with an "http:" or "https:" scheme, or an explicit port should be provided.

  1. this(const(char)[] url)
    class HttpGet
    this
    (
    const(char)[] url
    )
  2. this(Uri uri)

Meta