You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit creates a placeholder for future RestClient reference
documentation. It also creats a link to RestClient from the RestTemplate
javadoc.
See gh-30826
For now, please refer to the https://docs.spring.io/spring-framework/docs/6.1.0-M1/javadoc-api/org/springframework/web/client/RestClient.html[API documentation].
17
+
18
+
11
19
[[rest-webclient]]
12
20
== `WebClient`
13
21
@@ -36,9 +44,8 @@ The `RestTemplate` provides a higher level API over HTTP client libraries. It ma
36
44
easy to invoke REST endpoints in a single line. It exposes the following groups of
37
45
overloaded methods:
38
46
39
-
NOTE: `RestTemplate` is in maintenance mode, with only requests for minor
40
-
changes and bugs to be accepted. Please, consider using the
0 commit comments