FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

BoyCook/HTTPProxy: Java HTTP proxy · GitHub

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

A simple HTTP proxy servlet written in Java, designed for use in integration tests e.g.

http://localhost:9001/proxy/search?btnG=1&pws=0&q=foo+bar becomes http://www.google.co.uk/search?btnG=1&pws=0&q=foo+bar

Usage

Proxy proxy = new Proxy("http://www.google.co.uk", request, response, allowedPaths);

About

Java HTTP proxy

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL