cookie

Function cookie 

Source
pub fn cookie<T>(name: &'static str) -> impl Filter + Copy
where T: FromStr + Send + 'static,
Expand description

Creates a Filter that requires a cookie by name.

If found, extracts the value of the cookie, otherwise rejects.