HttpClient.handleDisconnect

Optional disconnect callback. Generally using this only makes sense with a persistent connection with keepAlive=true.

class HttpClient
void delegate(string disconnectReason, DisconnectType type) handleDisconnect;

Meta