http-body-reader
This library provides an easy way to read the HTTP body in the most common formats such as UTF-8 encoded text, JSON, form data.
Usage
use Request;
use ResponseExt as _;
use Client;
use HttpClientService;
use Service as _;
async
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in http-body-reader by you, shall be licensed as MIT, without
any additional terms or conditions.