mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add customizable HTTP client library - httpc
This commit is contained in:
parent
c3297697d0
commit
5b4e86629e
@ -1494,6 +1494,7 @@ _**Unofficial** set of patterns for structuring projects._
|
|||||||
* [go-http-client](https://github.com/bozd4g/go-http-client) - Make http calls simply and easily.
|
* [go-http-client](https://github.com/bozd4g/go-http-client) - Make http calls simply and easily.
|
||||||
* [grequests](https://github.com/levigross/grequests) - A Go "clone" of the great and famous Requests library.
|
* [grequests](https://github.com/levigross/grequests) - A Go "clone" of the great and famous Requests library.
|
||||||
* [heimdall](https://github.com/gojektech/heimdall) - An enchanced http client with retry and hystrix capabilities.
|
* [heimdall](https://github.com/gojektech/heimdall) - An enchanced http client with retry and hystrix capabilities.
|
||||||
|
* [httpc](https://github.com/valord577/httpc) - A customizable and simple HTTP client library. Only depend on the stdlib HTTP client.
|
||||||
* [httpretry](https://github.com/ybbus/httpretry) - Enriches the default go HTTP client with retry functionality.
|
* [httpretry](https://github.com/ybbus/httpretry) - Enriches the default go HTTP client with retry functionality.
|
||||||
* [pester](https://github.com/sethgrid/pester) - Go HTTP client calls with retries, backoff, and concurrency.
|
* [pester](https://github.com/sethgrid/pester) - Go HTTP client calls with retries, backoff, and concurrency.
|
||||||
* [request](https://github.com/monaco-io/request) - HTTP client for golang. If you have experience about axios or requests, you will love it. No 3rd dependency.
|
* [request](https://github.com/monaco-io/request) - HTTP client for golang. If you have experience about axios or requests, you will love it. No 3rd dependency.
|
||||||
|
Loading…
Reference in New Issue
Block a user