Replies: 1 comment 4 replies
-
/cc @cescoffier(mutiny), @jponge(mutiny) |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm writing an http resource using Resteasy Reactive and I'd like to add a response header.
I'm following the documentation about accessing contextual objects and it declares that it is possible to inject
HttpServerResponse
, so I thought about using it to put an header.However, it looks like it's not working, as Quarkus throws an exception
How do I set a response header still returning
Uni
and not aRestResponse
?Beta Was this translation helpful? Give feedback.
All reactions