From 89e34ae5ffcd0db094f3d76d74bcefbe1620c97e Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Fri, 9 Feb 2024 14:23:59 +0100 Subject: [PATCH] Document @RequestAttribute See gh-32231 --- .../modules/ROOT/pages/integration/rest-clients.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/framework-docs/modules/ROOT/pages/integration/rest-clients.adoc b/framework-docs/modules/ROOT/pages/integration/rest-clients.adoc index 3b483bafacf..c0b60089639 100644 --- a/framework-docs/modules/ROOT/pages/integration/rest-clients.adoc +++ b/framework-docs/modules/ROOT/pages/integration/rest-clients.adoc @@ -1001,6 +1001,11 @@ method parameters: `MultiValueMap` with multiple cookies, a `Collection` of values, or an individual value. Type conversion is supported for non-String values. +| `@RequestAttribute` +| Provide an `Object` to add as a request attribute. Available only when a client + that supports request attributes is used under the hood. At this point + only supported for `WebClient`. + |===