From 257078d63e9ee3476a518aa9a532cf024340162e Mon Sep 17 00:00:00 2001 From: Jakub Warczarek Date: Sun, 27 Feb 2022 05:38:43 +0100 Subject: [PATCH] add go-cleanhttp (#4061) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b72ede66..2112d983 100644 --- a/README.md +++ b/README.md @@ -1709,6 +1709,7 @@ _Libraries for working with various layers of the network._ _Libraries for making HTTP requests._ - [gentleman](https://github.com/h2non/gentleman) - Full-featured plugin-driven HTTP client library. +- [go-cleanhttp](https://github.com/hashicorp/go-cleanhttp) - Get easily stdlib HTTP client, which does not share any state with other clients. - [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/go-retryablehttp) - Retryable HTTP client in Go.