akshay-sri123 / go-proxy

A Simple Reverse Proxy Server in golang that can intercept calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-proxy

A Simple Reverse Proxy Server in golang that can intercept calls

start up simple http server

cd to-folder-with-files
python -m SimpleHTTPServer

start up our reverse proxy

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

About

A Simple Reverse Proxy Server in golang that can intercept calls


Languages

Language:Go 100.0%