This crate provides some utilities for reading HTTP JSON requests.
This crate can be used through cargo by
adding it as a dependency in Cargo.toml
:
[dependencies]
uhttp_json_api = "0.6.0"
and importing it in the crate root:
extern crate uhttp_json_api;