mback2k / jlibproxy

Java HTTP proxy library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Java HTTP proxy library

License:MIT License


Languages

Language:Java 100.0%