Module poem::web::cookie

source ·
Available on crate feature cookie only.
Expand description

Cookie related types.

Structs§

  • HTTP cookie extractor.
  • A collection of cookies that tracks its modifications.
  • A child cookie jar that provides authenticated encryption for its cookies.
  • A child cookie jar that authenticates its cookies.

Type Aliases§

  • A cryptographic master key for use with Signed and/or Private jars.
  • The SameSite cookie attribute.