pub fn get_query_value<'a>( req_header: &'a RequestHeader, name: &str, ) -> Option<&'a str>
Gets query parameter value from request header.
req_header
name
The parameter value as a string slice if found, None otherwise