Module cookie

Source
Expand description

Cookie parsing and cookie jar management.

See CookieJar, [SignedCookieJar], and [PrivateCookieJar] for more details.

Structs§

Cookie
Representation of an HTTP cookie.
CookieJar
Extractor that grabs cookies from the request and manages the jar.

Enums§

Expiration
A cookie’s expiration: either a date-time or session.
SameSite
The SameSite cookie attribute.