Contributor
Zengyi Wang

Advanced Features and Inhancements for Vert.x Http Proxy


Mentors
Thomas Segismont
Organization
Eclipse Foundation
Technologies
java
Topics
web
vertx-http-proxy is a programmable reverse proxy based on Vert.x. The current implementation uses interceptors to modify requests and responses during the HTTP calls. However, it’s inconvenient for developers to create interceptors for each rule they want to apply. This project will mainly focus on improving user experience by providing a builder API for transforming requests and responses from HTTP calls and enabling configure proxies by configuration files. Besides, it will also implement other useful features, such as cache storage integration and fine-grained management.