close method

void close()

Closes the underlying HTTP client connection.

Implementation

void close() {
  _httpClient.close();
}