Expand description
HTTP cookies.
Structs§
- Representation of an HTTP cookie.
- Structure that follows the builder pattern for building
Cookie
structs. - A collection of cookies that tracks its modifications.
- Iterator over the changes to a cookie jar.
- Encoded
Cookie percent-encode
Wrapper aroundCookie
whoseDisplay
implementation percent-encodes the cookie’s name and value. - Iterator over all of the cookies in a jar.
- Key
private
orsigned
A cryptographic master key for use withSigned
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§
- Enum corresponding to a parsing error.
- The
SameSite
cookie attribute.