feignhttp 0.0.0

Declarative HTTP client for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# FeignHttp


[![MIT licensed](https://img.shields.io/github/license/dxx/feignhttp.svg?color=blue)](./LICENSE)

FeignHttp is a declarative HTTP client. Based on rust macros.

## Features


* Easy to use
* Asynchronous request
* Supports `json` and `plain text`
* [Reqwest]https://github.com/seanmonstar/reqwest of internal use


## License


FeignHttp is provided under the MIT license. See [LICENSE](./LICENSE).