[−][src]Module surf::http::cookies
HTTP cookies.
Structs
| Cookie | Representation of an HTTP cookie. |
| CookieBuilder | Structure that follows the builder pattern for building |
| CookieJar | A collection of cookies that tracks its modifications. |
| Delta | Iterator over the changes to a cookie jar. |
| EncodedCookie | percent-encodeWrapper around |
| Iter | Iterator over all of the cookies in a jar. |
| Key | private or signedA cryptographic master key for use with |
| PrivateJar | privateA child cookie jar that provides authenticated encryption for its cookies. |
| SignedJar | signedA child cookie jar that authenticates its cookies. |
Enums
| ParseError | Enum corresponding to a parsing error. |
| SameSite | The |