From 54e83d0031978a8f8435d05bda9af5046270c906 Mon Sep 17 00:00:00 2001 From: Monaco Date: Sat, 28 Mar 2020 17:34:59 +0800 Subject: [PATCH] add module [https://github.com/monaco-io/request] (#3023) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa3d4844..180c92ce 100644 --- a/README.md +++ b/README.md @@ -1329,6 +1329,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. +* [request](https://github.com/monaco-io/request) - HTTP client for golang. If you have experience about axios or requests, you will love it. No 3rd dependency. * [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. * [sling](https://github.com/dghubble/sling) - Sling is a Go HTTP client library for creating and sending API requests.