rust-express 0.1.1

An ExpressJS inspired rust crate that handles http request in a similar way to ExpressJS. Created entirely out of bordom, you can pull and expand it as you like!
Documentation
1
2
3
4
5
6
pub mod request;
pub mod response;
pub mod router;
pub mod websocket;
pub mod middleware;
mod helpers;