uhttp 0.12.0

Simple http server for humans
Documentation
1
2
3
4
5
6
7
8
9
mod bytes;
#[cfg(feature = "json")]
mod json;
mod utf8;

pub use self::bytes::*;
#[cfg(feature = "json")]
pub use self::json::*;
pub use self::utf8::*;