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§

Enums§

Type Aliases§