close method

void close()

Closes the underlying HTTP client.

Always call this when the client is no longer needed to free up resources.

Implementation

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