Function scgi::str_map [] [src]

pub fn str_map<'h>(
    raw_headers: &'h [u8]
) -> Result<BTreeMap<&'h str, &'h str>, ScgiError>

Parse the headers and pack them as slices into a map.