HttpClient

Undocumented in source.

Constructors

this
this(Http2Configuration c)
Undocumented in source.

Members

Functions

connect
Completable!(HttpClientConnection) connect(string host, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(string host, int port, Promise!(HttpClientConnection) promise)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(string host, int port, Promise!(HttpClientConnection) promise, ClientHttp2SessionListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
getHttp2Configuration
Http2Configuration getHttp2Configuration()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clientContext
Http2ClientContext clientContext;
Undocumented in source.

Meta