pub fn read_header_value<'a>(
    headers: &'a HeaderMap,
    header_name: &str
) -> Option<&'a str>
Expand description

Returns a string value when there is exactly one value for the given header.