pub fn parse_header(header_value: &str) -> HashMap<String, String>
Parse header attributes like a=1; b=2 into map. Parse header attributes like a=1; b=2.
a=1; b=2