Module http_types::cookies[][src]

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.

EncodedCookiepercent-encode

Wrapper around Cookie whose Display implementation percent-encodes the cookie’s name and value.

Iterator over all of the cookies in a jar.

Keyprivate or signed

A cryptographic master key for use with Signed and/or Private jars.

PrivateJarprivate

A child cookie jar that provides authenticated encryption for its cookies.

SignedJarsigned

A child cookie jar that authenticates its cookies.

Enums

Enum corresponding to a parsing error.

The SameSite cookie attribute.