xitca-http 0.9.1

http library for xitca
Documentation
1
2
3
4
5
6
7
8
pub mod handler;

#[cfg(feature = "router")]
pub mod route;
#[cfg(feature = "router")]
pub mod router;
#[cfg(feature = "router")]
pub use router::{Router, RouterError};