Crates.io | cookie_store |
lib.rs | cookie_store |
version | 0.21.1 |
source | src |
created_at | 2019-01-10 23:42:13.561793 |
updated_at | 2024-11-09 17:55:09.140894 |
description | Implementation of Cookie storage and retrieval |
homepage | |
repository | https://github.com/pfernie/cookie_store |
max_upload_size | |
id | 107844 |
size | 175,005 |
Provides an implementation for storing and retrieving Cookie
s per the path and domain matching
rules specified in RFC6265.
preserve_order
- if enabled, iteration order of cookies will be maintained in insertion order. Pulls in an additional dependency on the indexmap crate.Please refer to the reqwest_cookie_store crate, which now provides an implementation of the reqwest::cookie::CookieStore
trait for cookie_store::CookieStore
.
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