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

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

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)