Abstract
GoProxy is an open source library to create a customized HTTP/HTTPS proxy server using Go.
The proxy itself is simply a net/http handler, so you can add multiple middlewares, and It can be easily integrated with any existing Go code (e.g. you can even call external APIs).
Are you ready to write your custom proxy server?