A Simple Reverse Proxy Server in golang that can intercept calls
cd to-folder-with-files
python -m SimpleHTTPServer
go run main.go
Request to /sayblah
are intercepted and return with the word BLAH
All other requests are passed through to our python simple http server