-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Rest Client: Support config properties in @ClientHeaderParam #19828
Comments
Note: This change will be implemented only in Rest Client Reactive |
Maybe a bit of rationale. The extension to customize the header can work but introduce another bean implementing a convoluted interface (receive 2 multimaps and returns one). The idea here is to provide an easy way to access configured properties, without having to use any of these approaches. Something plain simple. One question is where the property must be resolved from the config-key of the client or from the root of the configuration. |
fixed in the linked PR. |
Description
Support passing header values from properties directly with sth like
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: