HttpHeaders constructor

HttpHeaders()

Implementation

HttpHeaders() {
  _headers = {};
}