-
Is it possible to set the same value for both header as well as for path parameter in quarkus rest client ?
I was thinking about this,
But the caller has to repeat the arguments. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
/cc @Sgitario, @cescoffier, @geoand |
Beta Was this translation helpful? Give feedback.
-
That's not really possible. Also I think supporting it would make things slight more complicated for people to understand - now it's very simple: one annotation per parameter method. |
Beta Was this translation helpful? Give feedback.
That's not really possible.
Although I do see it could make sense (for the client), it's not something that is supported.
Also I think supporting it would make things slight more complicated for people to understand - now it's very simple: one annotation per parameter method.