xitca-http 0.9.0

http library for xitca
Documentation
1
2
3
4
5
6
7
8
//! utility module for useful middleware and service types.

pub mod middleware;
pub mod service;

pub(crate) mod futures;
#[cfg(feature = "runtime")]
pub(crate) mod timer;