Type Definition poem::web::Cookie[][src]

pub type Cookie = Cookie<'static>;
Expand description

Representation of an HTTP cookie.

Trait Implementations

Perform the extraction.