Provides an implementation for storing and retrieving Cookie
s per the path and domain matching
rules specified in RFC6265.
Split from the user_agent crate.
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 thereqwest::cookie::CookieStore
trait are provided, asCookieStoreMutex
orCookieStoreRwLock
.
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