From 7ae8b52aaf5f41f33b35e225942d788789e77991 Mon Sep 17 00:00:00 2001 From: Eason Date: Mon, 11 Jul 2022 04:48:19 +0800 Subject: [PATCH] add go-zoox/fetch (#4285) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f49954f8..62961283 100644 --- a/README.md +++ b/README.md @@ -1872,6 +1872,7 @@ _Libraries for making HTTP requests._ - [go-otelroundtripper](https://github.com/NdoleStudio/go-otelroundtripper) - Go http.RoundTripper that emits open telemetry metrics for HTTP requests. - [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. +- [go-zoox/fetch](https://github.com/go-zoox/fetch) - A Powerful, Lightweight, Easy Http Client, inspired by Web Fetch API. - [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.