26 releases (16 breaking)

0.21.1 Nov 9, 2024
0.21.0 Feb 8, 2024
0.20.0 Jun 17, 2023
0.19.0 Nov 5, 2022
0.5.1 Feb 22, 2019

#70 in Web programming

Download history 136760/week @ 2024-09-28 138421/week @ 2024-10-05 137423/week @ 2024-10-12 148069/week @ 2024-10-19 136470/week @ 2024-10-26 144644/week @ 2024-11-02 139977/week @ 2024-11-09 143209/week @ 2024-11-16 120598/week @ 2024-11-23 155952/week @ 2024-11-30 151527/week @ 2024-12-07 149054/week @ 2024-12-14 66296/week @ 2024-12-21 68217/week @ 2024-12-28 155598/week @ 2025-01-04 152521/week @ 2025-01-11

467,867 downloads per month
Used in 1,316 crates (50 directly)

MIT/Apache

155KB
3.5K SLoC

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

Dependencies

~3.5–5.5MB
~96K SLoC