pub fn case_mix(header_name: &str) -> StringExpand description
Apply case mixing to a header name.
Produces cOnTeNt-TyPe style output. HTTP header names are defined
as case-insensitive (RFC 7230 ยง3.2), so servers accept any casing,
but some WAFs only match canonical Content-Type.