Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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/testresource

About

A simple HTTP proxy that can be used inside Java Servlet environments like Wicket, JavaSpark etc. or inside a ServletFilter.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp