pub type HttpHeaders = AverMap<AverStr, AverList<AverStr>>;Expand description
Multi-value HTTP headers, modelled as Map<String, List<String>> —
matches RFC 9110 (same-name fields) and RFC 6265 (multiple
Set-Cookie). Keys are case-insensitive by convention; runtime
lowercases incoming names. Mirrors Go net/http.Header.
Aliased Type§
pub struct HttpHeaders { /* private fields */ }