cookie_store 0.13.2

Implementation of Cookie storage and retrieval
docs.rs failed to build cookie_store-0.13.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: cookie_store-0.21.0

Build Status Documentation

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

Split from the user_agent crate.

Features

  • preserve_order - if enabled, iteration order of cookies will be maintained in insertion order. Pulls in an additional dependency on the indexmap crate.
  • reqwest_impl - if enabled, implementations of the reqwest::cookie::CookieStore trait are provided, as CookieStoreMutex or CookieStoreRwLock.

License

This project is licensed and distributed under the terms of both the MIT license and Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT