Function parse_prefixed_headers

Source
pub fn parse_prefixed_headers(
    headers: &HeaderMap,
    prefix: &str,
) -> HashMap<String, String>
Expand description

Parse prefixed headers and return a map with the prefix of each header removed.