#json #http #request #api

nightly uhttp_json_api

Utilities for JSON requests

3 unstable releases

Uses old Rust 2015

0.6.1 Nov 28, 2017
0.6.0 Feb 26, 2017
0.5.0 Feb 20, 2017

#360 in #request

34 downloads per month

MIT license

20KB
343 lines

uhttp_json_api -- Utilities for JSON requests

Documentation

This crate provides some utilities for reading HTTP JSON requests.

Usage

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;

lib.rs:

This crate provides some utilities for reading HTTP JSON requests.

Dependencies

~2MB
~40K SLoC