Function append_merge_header_maps_http_1x

Source
pub fn append_merge_header_maps_http_1x(
    lhs: HeaderMap<HeaderValue>,
    rhs: HeaderMap<HeaderValue>,
) -> HeaderMap<HeaderValue>
Expand description

Given two http-1x [HeaderMap]s, 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.