From 5b4e86629eda636af0b4e4fb15a104fd6d424104 Mon Sep 17 00:00:00 2001 From: valord577 <30427460+valord577@users.noreply.github.com> Date: Thu, 12 Aug 2021 11:34:58 +0800 Subject: [PATCH] add customizable HTTP client library - httpc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62c07a4d..30f227b4 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [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. * [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.