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

#104 in Web programming

Download history 103028/week @ 2024-07-31 122012/week @ 2024-08-07 121990/week @ 2024-08-14 123267/week @ 2024-08-21 124934/week @ 2024-08-28 134156/week @ 2024-09-04 120769/week @ 2024-09-11 129526/week @ 2024-09-18 135898/week @ 2024-09-25 143519/week @ 2024-10-02 126977/week @ 2024-10-09 149187/week @ 2024-10-16 144647/week @ 2024-10-23 134939/week @ 2024-10-30 142783/week @ 2024-11-06 145151/week @ 2024-11-13

599,765 downloads per month
Used in 1,266 crates (46 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
~97K SLoC