http::header::map

Function remove_extra_value

source
fn remove_extra_value<T>(
    raw_links: RawLinks<T>,
    extra_values: &mut Vec<ExtraValue<T>>,
    idx: usize,
) -> ExtraValue<T>
Expand description

Removes the ExtraValue at the given index.