mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-09 00:00:12 +02:00
Add PrivateCookieJar (#900)
This commit is contained in:
@@ -7,4 +7,4 @@ pub mod cookie;
|
||||
pub use self::cached::Cached;
|
||||
|
||||
#[cfg(feature = "cookie")]
|
||||
pub use self::cookie::{CookieJar, SignedCookieJar};
|
||||
pub use self::cookie::{CookieJar, PrivateCookieJar, SignedCookieJar};
|
||||
|
||||
Reference in New Issue
Block a user