clearHeaders method

void clearHeaders()

Clear all global headers

Implementation

void clearHeaders() {
  _globalHeaders.clear();
}