close method
void
close()
Closes the underlying HTTP client (only if this adapter created it).
Implementation
void close() {
if (_ownsClient) _client.close();
}
Closes the underlying HTTP client (only if this adapter created it).
void close() {
if (_ownsClient) _client.close();
}