pub fn get_req_header_value<'a>( req_header: &'a RequestHeader, key: &str, ) -> Option<&'a str>
Gets string value from req header.
req_header
key
The header value as a string slice if found and valid UTF-8, None otherwise