pub fn get_cookie_value<'a>( req_header: &'a RequestHeader, cookie_name: &str, ) -> Option<&'a str>
Gets cookie value from req header.
req_header
cookie_name
The cookie value as a string slice if found, None otherwise