Function headers_parse_status_line

Source
pub fn headers_parse_status_line(
    status_line: &str,
) -> Option<(HTTPVersion, u32, GString)>