huio 0.1.0

HTTP Framework based on Actix-Web
Documentation
1
2
3
4
5
6
7
pub mod http;
pub mod routing;
pub mod server;

pub use http::{Handler, HttpMethod, Middleware, Next, Request, Response};
pub use routing::{Dispatcher, Router};
pub use server::{Building, HuIOServer, Ready};