Skip to content

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

Notifications You must be signed in to change notification settings

ahmtsenlik/reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reverse-proxy

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.

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

No packages published

Languages