Crate cookie_store[][src]

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

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

Enums

Type Definitions