Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out-of-the-box transformations for proxied requests #65

Closed
3 of 4 tasks
tsegismont opened this issue Mar 15, 2024 · 0 comments · Fixed by #78
Closed
3 of 4 tasks

Out-of-the-box transformations for proxied requests #65

tsegismont opened this issue Mar 15, 2024 · 0 comments · Fixed by #78
Labels
enhancement New feature or request gsoc2024
Milestone

Comments

@tsegismont
Copy link
Contributor

tsegismont commented Mar 15, 2024

  • path (e.g. prefix addition or removal)
  • query (e.g. transform query param into path param) (left out for now)
  • headers/trailers (filtering and modification)
  • body (e.g. read JSON fully and modify fields)
@tsegismont tsegismont added enhancement New feature or request gsoc2024 labels Mar 15, 2024
@tsegismont tsegismont added this to the 5.0.0 milestone Mar 15, 2024
ramanadas added a commit to ramanadas/vertx-http-proxy that referenced this issue Apr 23, 2024
 path (e.g. prefix addition or removal)
 query (e.g. transform query param into path param)
 headers/trailers (filtering and modification)
 body (e.g. read JSON fully and modify fields)

closes eclipse-vertx#65
tsegismont added a commit to tsegismont/vertx-http-proxy that referenced this issue Jun 10, 2024
tsegismont added a commit that referenced this issue Jul 3, 2024
See #65

Signed-off-by: Thomas Segismont <[email protected]>
tsegismont added a commit that referenced this issue Jul 4, 2024
* Initial API proposal for interceptors

See #65

Signed-off-by: Thomas Segismont <[email protected]>

* Add basic header and path interceptors (#80)

* Add basic header and path interceptors

* fix batch 1

* fix batch 2

* fix batch 3

* add query interceptor

* fix batch 4

* Add body interceptor (#81)

* temp: test stucked

* fix batch 1

* fix batch 2

* fix batch 3

* fix connection closed (#88)

---------

Signed-off-by: Thomas Segismont <[email protected]>
Co-authored-by: Zengyi Wang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gsoc2024
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant