HttpClient.this

Create a client with the provided Uri instance. The Uri should be fully qualified with an "http:" or "https:" scheme, or an explicit port should be provided.

  1. this(RequestMethod method, const(char)[] url)
  2. this(RequestMethod method, Uri uri)
    class HttpClient
    this
    (
    RequestMethod method
    ,)

Meta