pub fn underscore_substitute(header_name: &str) -> StringExpand description
Replace hyphens with underscores in the header name.
Some web servers (notably PHP with $_SERVER, and CGI) normalise
Content_Type → Content-Type. WAFs typically do not.