Function coalesce_cookie_headers
pub fn coalesce_cookie_headers(headers: &mut HeaderMap)Available on crate features
http and std only.Expand description
Coalesce multiple Cookie request header fields into a single field.
Values retain their original order and are joined using ; , matching
RFC 6265 section 5.4
serialization and RFC 9113 section 8.2.3
reassembly rules.