HttpClient.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(RequestMethod method, const(char)[] url)
    class HttpClient
    this
    (
    RequestMethod method
    ,
    const(char)[] url
    )
  2. this(RequestMethod method, Uri uri)

Meta