tide 0.13.0

Serve the web – HTTP server framework
Documentation
1
2
3
4
5
//! HTTP cookies.

mod middleware;

pub(crate) use middleware::{CookieData, CookiesMiddleware};