From e0d9a9122281a913bf5566a8a07c5be336aff87a Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Sun, 17 Sep 2017 18:27:57 +0300 Subject: [PATCH] add myhttp (#1584) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8660d040..ec27733e 100644 --- a/README.md +++ b/README.md @@ -1251,6 +1251,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [mp](https://github.com/sanbornm/mp) - Simple cli email parser. It currently takes stdin and outputs JSON. * [mssqlx](https://github.com/linxGnu/mssqlx) - HA client for master slave (or master master) database which integrates simple, lightweight round-robin balancer. Based on sqlx. * [multitick](https://github.com/VividCortex/multitick) - Multiplexor for aligned tickers. +* [myhttp](https://github.com/inancgumus/myhttp) - Simple API to make HTTP GET requests with timeout support. * [netbug](https://github.com/e-dard/netbug) - Easy remote profiling of your services. * [ngrok](https://github.com/inconshreveable/ngrok) - Introspected tunnels to localhost. * [okrun](https://github.com/xta/okrun) - go run error steamroller.