close method

void close()

Closes the underlying HTTP client if this handler created it.

Implementation

void close() {
  if (_ownsClient) _client.close();
}