Crate cookie [] [src]

HTTP Cookie parsing and Cookie Jar management

Usage:

add the following to the [dependencies] section of your Cargo.toml:

cookie = "0.4"

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 a problem with parsing