pub fn parse_header(name: &str, value: &str) -> Vec<String>
Expand description

Tries to parse the header value into multiple values, taking into account headers that should not be split.