[go: up one dir, main page]

rocket 0.1.5

Web framework for nightly with a focus on ease-of-use, expressability, and speed.
Documentation
1
2
3
4
5
use http;

pub use http::hyper::header::CookiePair as Cookie;

pub type Cookies = http::hyper::header::CookieJar<'static>;