headerRemoveAll method

void headerRemoveAll()

Remove all headers.

Implementation

void headerRemoveAll() {
  _headers.clear();
}