Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.
/ HttpReverseProxy Public archive

HttpReverseProxy is a Java implementation of a reverse proxy (http://en.wikipedia.org/wiki/Reverse_proxy) which analyzes the incoming stream on the HTTP protocol level and then decides to which backend node to route the request. It acts as a load balancer de facto. Credits to https://github.com/ravindraranwala/NettyReverseProxy which is the ance…

License

Notifications You must be signed in to change notification settings

vminkov/HttpReverseProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

HttpReverseProxy is a Java implementation of a reverse proxy (http://en.wikipedia.org/wiki/Reverse_proxy) which analyzes the incoming stream on the HTTP protocol level and then decides to which backend node to route the request. It acts as a load balancer de facto. Credits to https://github.com/ravindraranwala/NettyReverseProxy which is the ance…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages