close method

void close()

Implementation

void close() {
  _closedByClient = true;
  _httpClient.close();
  _onClose();
}