Crate cookie_store[][src]

Expand description

cookie_store

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

Cookie

A cookie conforming more closely to IETF RFC6265

CookieStore

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

IdnaErrors

Enums

CookieError

Type Definitions

CookieResult
Error
Result