Crate cookie_store

source ·
Expand description

Provides an implementation for storing and retrieving Cookies per the path and domain matching rules specified in RFC6265.

Feature preserve_order

If enabled, CookieStore will use indexmap::IndexMap internally, and Cookie insertion order will be preserved. Adds dependency indexmap.

Example

Please refer to the reqwest_cookie_store for an example of using this library along with reqwest.

Structs

A cookie conforming more closely to IETF RFC6265
The path of a Cookie
An implementation for storing and retrieving Cookies per the path and domain matching rules specified in RFC6265.

Enums

The domain of a Cookie
When a given Cookie expires

Type Definitions