https://github.com/mback2k/jlibproxy
Java HTTP proxy library
https://github.com/mback2k/jlibproxy
Last synced: 10 months ago
JSON representation
Java HTTP proxy library
- Host: GitHub
- URL: https://github.com/mback2k/jlibproxy
- Owner: mback2k
- License: mit
- Created: 2011-09-26T15:28:53.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-03-09T11:16:57.000Z (over 12 years ago)
- Last Synced: 2025-04-03T09:50:57.002Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 158 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Java Proxy Library
==================
Implements a basic HTTP proxy which can be used to analyze HTTP requests
or responses which pass through the proxy.
Features
--------
- Listen for requests to a specific host or URL
- Extract the request and response headers
- Extract the request and response body
- Rewrite the request and response headers
TODO
----
- Implement advanced filter chains for listeners
- Implement HTTP CONNECT passthrough
- (Optional) Allow modification of request and response content