Skip to content

Commit 89e34ae

Browse files
OlgaMaciaszeksnicoll
authored andcommitted
Document @RequestAttribute
See gh-32231
1 parent 9ee7c63 commit 89e34ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

framework-docs/modules/ROOT/pages/integration/rest-clients.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,11 @@ method parameters:
10011001
`MultiValueMap<String, ?>` with multiple cookies, a `Collection<?>` of values, or an
10021002
individual value. Type conversion is supported for non-String values.
10031003

1004+
| `@RequestAttribute`
1005+
| Provide an `Object` to add as a request attribute. Available only when a client
1006+
that supports request attributes is used under the hood. At this point
1007+
only supported for `WebClient`.
1008+
10041009
|===
10051010

10061011

0 commit comments

Comments
 (0)