- Notifications
You must be signed in to change notification settings - Fork0
A simple HTTP proxy that can be used inside Java Servlet environments like Wicket, JavaSpark etc. or inside a ServletFilter.
License
NotificationsYou must be signed in to change notification settings
Indoqa/http-proxy
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A simple http proxy that can be used inside Java Servlet environments like Wicket, JavaSpark etc. or inside a ServletFilter. Inspired by the simplicity ofnode-http-proxy it delegates all requests after aproxyMountPath to another server definded bytargetBaseUrl.
HttpProxyhttpProxy =newHttpProxyBuilder("/proxy/mount/path","http://targer.url/mount/path").build();HttpServletRequestrequest = ..HttpServletResponseresponse = ..httpProxy.proxy(request,response);
GET http://servlet.host/proxy/mount/path/api/v1/testresource -> http://targer.url/mount/path/api/v1/testresourceAbout
A simple HTTP proxy that can be used inside Java Servlet environments like Wicket, JavaSpark etc. or inside a ServletFilter.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.