Available on crate feature
cookie
only.Expand description
Cookie parsing and cookie jar management.
See CookieJar
, SignedCookieJar
, and PrivateCookieJar
for more details.
Structs§
- Cookie
- Representation of an HTTP cookie.
- Cookie
Jar - Extractor that grabs cookies from the request and manages the jar.
- Key
cookie-signed
orcookie-private
- A cryptographic master key for use with
Signed
and/orPrivate
jars. - Private
Cookie Jar cookie-private
- Extractor that grabs private cookies from the request and manages the jar.
- Signed
Cookie Jar cookie-signed
- Extractor that grabs signed cookies from the request and manages the jar.
Enums§
- Expiration
- A cookie’s expiration: either a date-time or session.
- Same
Site - The
SameSite
cookie attribute.