Crate cookie [−] [src]
HTTP Cookie parsing and Cookie Jar management
Usage:
add the following to the [dependencies] section of
your Cargo.toml:
cookie = "0.3.2"
Then add the following line to your crate root:
extern crate cookie;
Structs
| AttrVal |
Represents a key/value pair |
| Cookie |
Holds all the data for a single cookie |
| CookieJar |
A jar of cookies for managing a session |
| Error |
Crate-level error type used to indicate either a problem with parsing, or a UTF-8 issue |