We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f088d4a commit f8a33cdCopy full SHA for f8a33cd
framework-docs/modules/ROOT/pages/integration/rest-clients.adoc
@@ -97,11 +97,7 @@ preparation and response extraction through callback interfaces.
97
98
The default constructor uses `java.net.HttpURLConnection` to perform requests. You can
99
switch to a different HTTP library with an implementation of `ClientHttpRequestFactory`.
100
-There is built-in support for the following:
101
-
102
-* Apache HttpComponents
103
-* Netty
104
-* OkHttp
+Currently, there is also built-in support for Apache HttpComponents and OkHttp.
105
106
For example, to switch to Apache HttpComponents, you can use the following:
107
0 commit comments