close method

void close()

Closes the HTTP client and other resources

Implementation

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