Skip to main content

parse_header_line

Function parse_header_line 

Source
pub fn parse_header_line(line: &str) -> Result<(String, String)>
Expand description

Split Name: value on the first colon (value may contain further colons).