pub type OptimizedHeaderMap = HashMap<String, HeaderValues>;Expand description
Optimized header map using SmallVec for values.
This reduces allocations for typical requests where most headers have only one value.
Aliased Typeยง
pub struct OptimizedHeaderMap { /* private fields */ }