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.
Enums§
- Expiration
- A cookie’s expiration: either a date-time or session.
- Same
Site - The
SameSitecookie attribute.