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.