cleanup method

void cleanup()

Closes the internal http client.

Implementation

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