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

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

Representation of an HTTP cookie.

Trait Implementations

The error type of this extractor. Read more

Perform the extraction.