https://github.com/stwissel/sampleproxy
Vert.x implementation of a filtering HTTP proxy with loadable content filters
https://github.com/stwissel/sampleproxy
java8 proxy-server vertex
Last synced: 7 months ago
JSON representation
Vert.x implementation of a filtering HTTP proxy with loadable content filters
- Host: GitHub
- URL: https://github.com/stwissel/sampleproxy
- Owner: Stwissel
- License: apache-2.0
- Created: 2018-02-22T14:26:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T12:22:25.000Z (about 7 years ago)
- Last Synced: 2025-02-13T20:53:34.592Z (about 1 year ago)
- Topics: java8, proxy-server, vertex
- Language: Java
- Homepage: https://stwissel.github.io/SampleProxy
- Size: 122 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SampleProxy
Vert.x implementation of a filtering HTTP proxy with loadable content filters
- Filter HTML content using JSoup
- Filter JSON content using JsonObject (and XPath)
- Filter Text content using Strings
- Filter XML content using XPath and XSLT
## Things to do
- Check the [documentation](https://stwissel.github.io/SampleProxy/)
- Read the [blogpost](https://wissel.net/blog/2018/03/a-filtering-proxy-server-with-vertx.html) about the scenarios
- Propose [a fix or enhancement](https://github.com/Stwissel/SampleProxy/issues)
- Follow me [on twitter](https://twitter.com/notessensei)