Rocket/lib/src/http/cookies.rs

6 lines
123 B
Rust
Raw Normal View History

use http;
pub use http::hyper::header::CookiePair as Cookie;
pub type Cookies = http::hyper::header::CookieJar<'static>;