pub fn parse_header_line(line: &str) -> Result<(String, String)>
Split Name: value on the first colon (value may contain further colons).
Name: value