From 44d559f25e9bdcf0fcd599bc0633f721cf23190d Mon Sep 17 00:00:00 2001 From: Levi Gross Date: Sat, 21 Nov 2015 22:35:53 -0500 Subject: [PATCH] Adding grequests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding grequests – An elegant and simple `net/http` wrapper that follows Python's requests library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e238c9e..5f8be2a 100644 --- a/README.md +++ b/README.md @@ -825,6 +825,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goreq](https://github.com/smallnest/goreq) - An enhanced simplified HTTP client based on gorequest. * [gorequest](https://github.com/parnurzeal/gorequest) - Simplified HTTP client with rich features for Go. * [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go +* [grequests](https://github.com/levigross/grequests) - An elegant and simple `net/http` wrapper that follows Python's requests library * [htcat](https://github.com/htcat/htcat) - Parallel and Pipelined HTTP GET Utility * [httpcontrol](https://github.com/facebookgo/httpcontrol) - Package httpcontrol allows for HTTP transport level control around timeouts and retries. * [hystrix-go](https://github.com/afex/hystrix-go) - Imprements Hystrix patterns of programmer-defined fallbacks aka circuit breaker.