| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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
Proxy proxy = new Proxy("http://www.google.co.uk", request, response, allowedPaths);
| Back | FazBrowse Home | New Git URL |