HttpClient

Undocumented in source.

Constructors

this
this(Duration timeout)
Undocumented in source.

Members

Functions

connected
bool connected()
Undocumented in source. Be warned that the author may not have intended to support it.
createSocket
ClientSocket createSocket()
Undocumented in source. Be warned that the author may not have intended to support it.
onConnect
void onConnect(ClientSocket sender)
Undocumented in source. Be warned that the author may not have intended to support it.
onContinuation
void onContinuation(ClientSocket sender, Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
onDisconnect
void onDisconnect(ClientSocket sender, string reason, DisconnectType type)
Undocumented in source. Be warned that the author may not have intended to support it.
onNewResponse
void onNewResponse(ClientSocket sender, Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
request
void request(HttpRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

agent
string agent;
Undocumented in source.
compat
bool compat;
Undocumented in source.
cookies
string[] cookies;
Undocumented in source.
handleResponse
void delegate(HttpResponse response, string disconnectReason) handleResponse;
Undocumented in source.

Meta