Available on crate feature cookie only.
Expand description

Cookie parsing and cookie jar management.

See CookieJar, SignedCookieJar, and PrivateCookieJar for more details.

Structs

Representation of an HTTP cookie.

Extractor that grabs cookies from the request and manages the jar.

Keycookie-signed or cookie-private

A cryptographic master key for use with Signed and/or Private jars.

Extractor that grabs private cookies from the request and manages the jar.

Extractor that grabs signed cookies from the request and manages the jar.

Enums

A cookie’s expiration: either session or a date-time.

The SameSite cookie attribute.