Function http::header::map::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.