Total Pageviews

Sunday 26 August 2018

一个基于go的http代理服务器程序-httproxy



Simple HTTP proxy with logging ability written in Go.
Install:
go get -u github.com/dddpaul/httproxy
Or grab Docker image:
docker pull dddpaul/httproxy
Usage:
httproxy [OPTIONS]
  -port string
     Port to listen (prepended by colon), i.e. :8080 (default ":8080")
  -url string
     URL to proxy to, i.e. http://localhost:8081
from https://github.com/dddpaul/httproxy
-------
似乎不如https://briteming.blogspot.com/2018/04/gohttpkiss-proxy.html好用。

No comments:

Post a Comment