pub fn append_merge_header_maps(
lhs: HeaderMap<HeaderValue>,
rhs: HeaderMap<HeaderValue>,
) -> HeaderMap<HeaderValue>Expand description
Given two http-02x [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.