Rocket/lib/src/http/cookies.rs

5 lines
116 B
Rust
Raw Normal View History

pub use http::hyper::HyperCookiePair as Cookie;
use http;
pub type Cookies = http::hyper::HyperCookieJar<'static>;