Expand description
HTTP cookies.
Structs§
- Cookie
- Representation of an HTTP cookie.
- Cookie
Builder - Structure that follows the builder pattern for building
Cookie
structs. - 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
Cookie
whoseDisplay
implementation percent-encodes the cookie’s name and value. - Iter
- Iterator over all of the cookies in a jar.
- Key
private
orsigned
- A cryptographic master key for use with
Signed
and/orPrivate
jars. - 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
SameSite
cookie attribute.