From afb56059d88ee24cfe23430bc0e356b43b550d9f Mon Sep 17 00:00:00 2001 From: Alexander Gehres Date: Sun, 23 Feb 2020 07:57:02 +0100 Subject: [PATCH] Update README.md (#2956) add httpretry to awesome go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index daa160f7..1649a022 100644 --- a/README.md +++ b/README.md @@ -1321,6 +1321,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gentleman](https://github.com/h2non/gentleman) - Full-featured plugin-driven HTTP client 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. +* [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. * [resty](https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client. * [rq](https://github.com/ddo/rq) - A nicer interface for golang stdlib HTTP client.