pub fn append_merge_header_maps(
lhs: HeaderMap<HeaderValue>,
rhs: HeaderMap<HeaderValue>,
) -> HeaderMap<HeaderValue>Expand description
Given two HeaderMaps, merge them together and return the merged HeaderMap. If the
two HeaderMaps share any keys, values from the right HeaderMap be appended to the left HeaderMap.