Module saphir::cookie

source ·
Expand description

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.
  • An iterator over cookie parse Results: Result<Cookie, ParseError>.

Enums

  • A cookie’s expiration: either session or a date-time.
  • Enum corresponding to a parsing error.
  • The SameSite cookie attribute.