An open API service indexing awesome lists of open source software.

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

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