Function scgi::string_map [] [src]

pub fn string_map(
    raw_headers: &[u8]
) -> Result<BTreeMap<String, String>, ScgiError>

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