cookie_store

Crates.iocookie_store
lib.rscookie_store
version0.21.1
sourcesrc
created_at2019-01-10 23:42:13.561793
updated_at2024-11-09 17:55:09.140894
descriptionImplementation of Cookie storage and retrieval
homepage
repositoryhttps://github.com/pfernie/cookie_store
max_upload_size
id107844
size175,005
(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