Removes all values for the specified header name
name
void removeAll(String name) { headers.remove(name); }