http/README.md
2023-02-16 15:24:28 +01:00

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