cookie_store

Crates.iocookie_store
lib.rscookie_store
version0.22.0
created_at2019-01-10 23:42:13.561793+00
updated_at2025-07-20 19:20:09.362096+00
descriptionImplementation of Cookie storage and retrieval
homepage
repositoryhttps://github.com/pfernie/cookie_store
max_upload_size
id107844
size193,473
(pfernie)

documentation

https://docs.rs/cookie_store

README

Build Status Documentation

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

Features

  • preserve_order - if enabled, iteration order of cookies will be maintained in insertion order. Pulls in an additional dependency on the indexmap crate.

Usage with reqwest

Please refer to the reqwest_cookie_store crate, which now provides an implementation of the reqwest::cookie::CookieStore trait for cookie_store::CookieStore.

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

Commit count: 182

cargo fmt