Expand description
Structs§
- Builder
- Configure an HTTP cookie with the builder pattern.
- Error
- Error type when failing to parse or build a
Cookie
. - Same
Site - Value representing the
SameSite
cookie attribute.
Traits§
- Cookie
- Cookies in this crate implement this trait.
Functions§
- parse
- Parse some string as a
Cookie
.