Expand description
HTTP cookies.
Structs§
- Cookie
- Representation of an HTTP cookie.
- Cookie
Builder - Structure that follows the builder pattern for building
Cookiestructs. - Cookie
Jar - A collection of cookies that tracks its modifications.
- Delta
- Iterator over the changes to a cookie jar.
- Encoded
Cookie percent-encode - Wrapper around
CookiewhoseDisplayimplementation percent-encodes the cookie’s name and value. - Iter
- Iterator over all of the cookies in a jar.
- Key
privateorsigned - A cryptographic master key for use with
Signedand/orPrivatejars. - Private
Jar private - A child cookie jar that provides authenticated encryption for its cookies.
- Signed
Jar signed - A child cookie jar that authenticates its cookies.
Enums§
- Parse
Error - Enum corresponding to a parsing error.
- Same
Site - The
SameSitecookie attribute.