remove abstract method
Removes a specific value for a header name.
Some headers have system supplied values which cannot be removed.For all other headers and values, thevalue is converted to a stringin the same way as foradd, then that string value is removed from thecurrent values ofname.If there are no remaining values forname, the header is no longerconsidered present.
Implementation
void remove(String name, Object value);