httpageboy 1.0.18

A lightweight library for handling raw HTTP request/response transmission. Good base for APIs. Supports both synchronous and asynchronous programming models.
Documentation
1
2
3
4
5
6
7
8
9
pub mod handler;
pub mod request;
pub mod request_handler;
pub mod request_type;
pub mod response;
pub mod status_code;
pub mod test_utils;
pub mod utils;
pub mod cors;