Module http_types_rs::cookies

source ·
Expand description

HTTP cookies.

Modules§

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.
  • Wrapper around Cookie whose Display implementation either percent-encodes the cookie’s name and value, skips displaying the cookie’s parameters (only displaying it’s name and value), or both.
  • Iterator over all of the cookies in a jar.
  • A cryptographic master key for use with Signed and/or Private jars.
  • A child cookie jar that provides authenticated encryption for its cookies.
  • A child cookie jar that authenticates its cookies.
  • An iterator over cookie parse Results: Result<Cookie, ParseError>.

Enums§

  • A cookie’s expiration: either a date-time or session.
  • An error indicating an issue with generating or constructing a key.
  • Enum corresponding to a parsing error.
  • The SameSite cookie attribute.