remove method

HttppHeaders remove(
  1. String name
)

Implementation

HttppHeaders remove(String name) {
  map.remove(name);
  return this;
}