Proxy A reverse proxy for HTTP written in Go. Usage bind := "0.0.0.0:8080" remote := "http://<host>:<port>" p := &proxy{bind: bind, remote: remote} p.start() License This project is under the MIT license. See the LICENSE file for details.