water_http 4.0.1

fast web http framework that support http 1 and http 2 with very easy use
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// containing all request implementations
#[macro_use]
pub mod request;
/// containing all response implementations
mod response;

/// defining the most used status codes

pub mod status_code;
/// exporting all import response implementations
pub use response::*;