Introduce request attributes in RestClient
This commit introduces request attributes in the RestClient and underlying infrastructure (i.e. HttpRequest). Closes gh-32027
This commit is contained in:
@@ -1007,7 +1007,8 @@ method parameters:
|
||||
is supported for non-String values.
|
||||
|
||||
| `@RequestAttribute`
|
||||
| Provide an `Object` to add as a request attribute. Only supported by `WebClient`.
|
||||
| Provide an `Object` to add as a request attribute. Only supported by `RestClient`
|
||||
and `WebClient`.
|
||||
|
||||
| `@RequestBody`
|
||||
| Provide the body of the request either as an Object to be serialized, or a
|
||||
|
||||
Reference in New Issue
Block a user