A reverse proxy application written in Go redirects client requests to a target server and executes them on the target server. It also supports port forwarding, allowing requests to be directed to different target servers based on the port number. The application uses the "net/http" and "net/http/httputil" packages, which facilitate the processing of HTTP requests and the creation of an HTTP server using the HTTP protocol.
-
Notifications
You must be signed in to change notification settings - Fork 0
A basic reverse proxy application written in Go. Redirects client requests to target server and executes them. Uses "net/http" and "net/http/httputil" packages.
License
ahmtsenlik/reverse-proxy
About
A basic reverse proxy application written in Go. Redirects client requests to target server and executes them. Uses "net/http" and "net/http/httputil" packages.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published