Skip to main content

merge_headers

Function merge_headers 

Source
pub fn merge_headers(
    existing: Vec<(String, String)>,
    new_headers: &[(String, String)],
) -> Vec<(String, String)>
Expand description

Merge headers, replacing existing ones and removing those with empty values