gsproxy is a simple http proxy with basic authentication support.
To install, run
$ go get github.com/ifruns/gsproxy
Build
$ go install github.com/ifruns/gsproxy/cmd/gsproxy
You will now find a gsproxy binary in your $GOPATH/bin directory.
Start proxy
$ gsproxy -auth test:1234
Run gsproxy -help for more information.