cookie-monster 0.2.2

A Cookie library for managing HTTP Cookies, with Axum integration.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod util;

mod attributes;
mod domain;
mod expires;
mod http_only;
mod max_age;
mod name_value;
mod partitioned;
mod path;
mod same_site;
mod secure;

#[cfg(feature = "percent-encode")]
mod encoded;

#[cfg(feature = "axum")]
mod axum;