Skip to content

A Simple Reverse Proxy Server in golang that can intercept calls

Notifications You must be signed in to change notification settings

johnlonganecker/go-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages