From 2c9718084e534b1576940e606a933742ea6dede4 Mon Sep 17 00:00:00 2001 From: wzshiming Date: Thu, 9 Jan 2020 09:13:58 +0800 Subject: [PATCH] Add httpproxy (#2891) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d574fe6a..b26b91e5 100644 --- a/README.md +++ b/README.md @@ -1267,6 +1267,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [grab](https://github.com/cavaliercoder/grab) - Go package for managing file downloads. * [graval](https://github.com/koofr/graval) - Experimental FTP server framework. * [HTTPLab](https://github.com/gchaincl/httplab) - HTTPLabs let you inspect HTTP requests and forge responses. +* [httpproxy](https://github.com/wzshiming/httpproxy) - HTTP proxy handler and dialer. * [iplib](https://github.com/c-robinson/iplib) - Library for working with IP addresses (net.IP, net.IPNet), inspired by python [ipaddress](https://docs.python.org/3/library/ipaddress.html) and ruby [ipaddr](https://ruby-doc.org/stdlib-2.5.1/libdoc/ipaddr/rdoc/IPAddr.html) * [jazigo](https://github.com/udhos/jazigo) - Jazigo is a tool written in Go for retrieving configuration for multiple network devices. * [kcp-go](https://github.com/xtaci/kcp-go) - KCP - Fast and Reliable ARQ Protocol.