clear method

void clear()

Remove all headers

Implementation

void clear() {
  headers.clear();
}