mirror of https://github.com/rwf2/Rocket.git
5 lines
116 B
Rust
5 lines
116 B
Rust
|
pub use http::hyper::HyperCookiePair as Cookie;
|
||
|
|
||
|
use http;
|
||
|
pub type Cookies = http::hyper::HyperCookieJar<'static>;
|