A forward proxy for Golang. Useful to intercept HTTP traffic on your phone or computer.
Start the proxy server:
git clone [email protected]:gophergala2016/goxy.git
cd goxy
go run goxy.go -port 4444
Make requests through it:
curl -i localhost:4444 -H "host:gifs.com" -H "goxy-scheme-override:https"