Skip to main content

xitca_http/util/
mod.rs

1//! utility module for useful middleware and service types.
2
3pub mod middleware;
4pub mod service;
5
6pub(crate) mod futures;
7#[cfg(feature = "runtime")]
8pub(crate) mod timer;