Crates.io | cookie-hashed-domain |
lib.rs | cookie-hashed-domain |
version | 0.16.0-rc.1 |
source | src |
created_at | 2021-11-12 15:17:24.014797 |
updated_at | 2021-11-12 15:17:24.014797 |
description | HTTP cookie parsing and cookie jar management. Supports signed and private (encrypted, authenticated) jars. |
homepage | |
repository | https://github.com/SergioBenitez/cookie-rs |
max_upload_size | |
id | 480962 |
size | 157,282 |
A Rust library for parsing HTTP cookies and managing cookie jars.
Add the following to your Cargo.toml
:
[dependencies]
cookie = "0.16"
See the documentation for detailed usage information.
The minimum supported rustc
version for cookie 0.16
is 1.48
without
secure
features enabled and 1.49
otherwise.
The minimum supported rustc
version for cookie 0.15
is 1.41
.
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in cookie-rs
by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.