close method

void close()

Closes the shared HTTP client.

Implementation

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