xitca_http/util/service/
mod.rs

1pub mod handler;
2
3#[cfg(feature = "router")]
4pub mod route;
5#[cfg(feature = "router")]
6pub mod router;
7#[cfg(feature = "router")]
8pub use router::{Router, RouterError};