oxhttp 0.1.5

Very simple implementation of HTTP 1.1 (both client and server)
Documentation
1
2
3
4
5
mod decoder;
mod encoder;

pub use decoder::{decode_request_body, decode_request_headers, decode_response};
pub use encoder::{encode_request, encode_response};