508 B
508 B
http
A basic Rust library to parse an HTTP request and build HTTP response.
NOTE: only few parts of the specification has been implemented and only JSON body are allowed.
Integration
Get the latest version:
http = { git = "https://gitea.thegux.fr/rmanach/http" }
Or get a specific version:
http = { git = "https://gitea.thegux.fr/rmanach/http", version = "0.1.2" }
Documentation
cargo doc -r --no-deps --open
Launch unit tests
cargo test