From 3295a44080ae79b896237bd4bacabca9d5ef1467 Mon Sep 17 00:00:00 2001 From: Raymond Liu Date: Tue, 16 Nov 2021 13:24:46 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2491f09..0860f416 100644 --- a/README.md +++ b/README.md @@ -1651,6 +1651,7 @@ _**Unofficial** set of patterns for structuring projects._ * [gentleman](https://github.com/h2non/gentleman) - Full-featured plugin-driven HTTP client library. * [go-http-client](https://github.com/bozd4g/go-http-client) - Make http calls simply and easily. * [go-req](https://github.com/wenerme/go-req) - Declarative golang HTTP client. +* [go-retryablehttp](https://github.com/hashicorp/) - Retryable HTTP client in Go * [grequests](https://github.com/levigross/grequests) - A Go "clone" of the great and famous Requests library. * [heimdall](https://github.com/gojektech/heimdall) - An enhanced 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.