2023-02-16 15:24:28 +01:00
2023-02-16 15:24:28 +01:00
2023-02-16 15:24:28 +01:00
2023-02-16 15:24:28 +01:00

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
Description
A very light library to parse HTTP request and build HTTP response.
Readme 42 KiB
v0.1.6 Latest
2023-02-16 15:27:08 +01:00
Languages
Rust 100%