Expand description
Secure cookie construction (RFC-006 §13.2).
CookiePolicy encodes named profiles. HttpOnly and Secure are
mandatory in all production profiles. SameSite=Strict is the default.
The resulting header values are plain strings so they can be passed to any
HTTP framework without coupling to a specific Cookie crate.
Structs§
- Cookie
Policy - Policy governing cookie construction (RFC-006 §4).
Enums§
- Cookie
Profile - Named cookie profile (RFC-006 §13.2).
- Same
Site Policy - SameSite cookie attribute values (RFC-6265bis).