uhttp 0.4.1

Simple http server for humans
Documentation
1
2
3
4
5
6
7
8
#![allow(clippy::unused_io_amount)]
#![allow(dead_code)]
pub mod body;
pub mod constants;
pub mod http1;
pub use http::StatusCode;
pub use tokio::io::AsyncReadExt;
pub use tokio::io::AsyncWriteExt;