- onConnect
void onConnect(ClientSocket sender)
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.
- 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.
- createSocket
ClientSocket createSocket()
Undocumented in source. Be warned that the author may not have intended to support it.
- agent
string agent;
Undocumented in source.
- compat
bool compat;
Undocumented in source.
- cookies
string[] cookies;
Undocumented in source.
- request
void request(HttpRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
- connected
bool connected()
Undocumented in source. Be warned that the author may not have intended to support it.
- handleResponse
void delegate(HttpResponse response, string disconnectReason) handleResponse;
Undocumented in source.