Removes a specific value for a header name
name
void remove(String name, Object value) { headers[name]?.remove(value); }