pub fn cookie_value<'a>(cookie_header: &'a str, name: &str) -> Option<&'a str>Expand description
Extract a named cookie’s value from a raw Cookie: request header.
Returns the first match. Cookie values are not URL-decoded — JWT
compact serialization is already cookie-safe (base64url + .).