pub fn remove_all_headers<K>(headers: &mut HeaderMap<HeaderValue>, name: K)where
    K: IntoHeaderName,
Expand description

Removes all headers from headers with name.