Function parse_header

Source
pub fn parse_header<'buf>(
    raw_header: &'buf str,
) -> Option<(&'buf str, &'buf str)>
Expand description

Parses an arbitrary string slice containing an unparsed header straight from the request recieve buffer.