[][src]Module http_types::cookies

HTTP cookies.

Structs

Cookie

Representation of an HTTP cookie.

CookieBuilder

Structure that follows the builder pattern for building Cookie structs.

CookieJar

A collection of cookies that tracks its modifications.

Delta

Iterator over the changes to a cookie jar.

EncodedCookiefeature="percent-encode"

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

Iter

Iterator over all of the cookies in a jar.

Keyfeature="private" or feature="signed"

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

PrivateJarfeature="private"

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

SignedJarfeature="signed"

A child cookie jar that authenticates its cookies.

Enums

ParseError

Enum corresponding to a parsing error.

SameSite

The SameSite cookie attribute.