HttpClient.connect

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Future!(HttpClientConnection) connect(string host, int port)
  2. void connect(string host, int port, Promise!(HttpClientConnection) promise)
  3. void connect(string host, int port, Promise!(HttpClientConnection) promise, ClientHttp2SessionListener listener)
    class HttpClient

Meta