Replies: 2 comments
-
/cc @FroMage, @geoand, @stuartwdouglas |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, For the use case you mention, I would stronly suggest looking into Vert.x HTTP Proxy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to do low level handling of HttpRequest in a Resteasy Reactive endpoint?
Use case is needing to proxy the raw data from HttpRequest to another external API after adding some auth headers to it, then relaying the response from the API back to the HttpRequest (essentially a proxy).
Trying to understand how to handle this as a Uni<> response w/o needing to know the types of data being sent back and forth.
Beta Was this translation helpful? Give feedback.
All reactions