eclipse-vertx / vertx-http-proxy

vertx http proxy
Eclipse Public License 2.0
55 stars 36 forks source link

Add basic header and path interceptors #80

Closed wzy1935 closed 4 months ago

wzy1935 commented 5 months ago

This change relates to issue 65. Added the header interceptors (filter/change headers) and path interceptors (add prefix/remove prefix/change path).

wzy1935 commented 5 months ago

Thanks, the code has been updated.

tsegismont commented 4 months ago

@wzy1935 I've merged the PR but can you check the main branch build? @vietj has contributed JPMS support in #87, some updates to the test class could be required

tsegismont commented 4 months ago

@wzy1935 in fact, this PR targets the issue/65 branch, which does not incorporate the changes from #87 yet.

Once all your open PRs are merged, I'll rebase and merge issue/65 into the main branch.

Sorry for the noise :smile:

wzy1935 commented 4 months ago

Thank you!