We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ee7c63 + 728d5ee commit 2e833d9Copy full SHA for 2e833d9
framework-docs/modules/ROOT/pages/integration/rest-clients.adoc
@@ -973,6 +973,9 @@ method parameters:
973
`Map<String, ?>` with multiple variables, or an individual value. Type conversion
974
is supported for non-String values.
975
976
+| `@RequestAttribute`
977
+| Provide an `Object` to add as a request attribute. Only supported by `WebClient`.
978
+
979
| `@RequestBody`
980
| Provide the body of the request either as an Object to be serialized, or a
981
Reactive Streams `Publisher` such as `Mono`, `Flux`, or any other async type supported
0 commit comments