Module axum_extra::extract::cookie
source · 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.
- Key
cookie-signedorcookie-privateA cryptographic master key for use withSignedand/orPrivatejars. - PrivateCookieJar
cookie-privateExtractor that grabs private cookies from the request and manages the jar. - SignedCookieJar
cookie-signedExtractor that grabs signed cookies from the request and manages the jar.
Enums
- A cookie’s expiration: either a date-time or session.
- The
SameSitecookie attribute.