Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

kchmck/uhttp_json_api.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Utilities for JSON requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages