Crate cookie_store
source ·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
- A cookie conforming more closely to IETF RFC6265
- The path of a
Cookie - Representation of an HTTP cookie.
Enums
- The domain of a
Cookie - When a given
Cookieexpires - Enum corresponding to a parsing error.