Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 334 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 334 Bytes

Goxy

A forward proxy for Golang. Useful to intercept HTTP traffic on your phone or computer.

Usage

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"