Function HTTPClient.disconnect
Forcefully closes the TCP connection.
void disconnect() nothrow @safe;
Before calling this method, be sure that no request is currently being processed.
Forcefully closes the TCP connection.
void disconnect() nothrow @safe;
Before calling this method, be sure that no request is currently being processed.