zeke 0.1.6

a http library for rust built on top of tokio
Documentation
1
2
3
4
5
6
7
pub mod http;
pub mod examples;

pub use http::router::{Router, Route};
pub use http::handler::Handler;
pub use http::response::Response;
pub use http::middleware::{Middleware, MiddlewareGroup};