cookie-monster
A Cookie library for parsing and managing HTTP Cookies.
Features
jiff, adds support for the jiff crate.chrono, adds support for the chrono crate.time, adds support for the time crate.percent-encode, percent-encode/decode cookies.axum, adds integrations with the axum crate.http, adds integrations with the http crate.
Install
# Cargo.toml
[]
= "0.0.1"
# Integration with the `time` crate
= { = "0.0.1", = ["time"] }
# Integration with the`chrono` crate
= { = "0.0.1", = ["chrono"] }
# Integration with the `jiff` crate
= { = "0.0.1", = ["jiff"] }
# Adds support for percent-encoding/decoding cookies.
= { = "0.0.1", = ["percent-encoding"] }
# Integration with the `axum` crate.
= { = "0.0.1", = ["axum"] }
# Integration with the `http` crate.
= { = "0.0.1", = ["http"] }
License
This project is licensed under the MIT license.