Skip to content

Commit f8a33cd

Browse files
committed
Remove outdated reference to Netty in rest-clients section
Closes gh-31526
1 parent f088d4a commit f8a33cd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,7 @@ preparation and response extraction through callback interfaces.
9797

9898
The default constructor uses `java.net.HttpURLConnection` to perform requests. You can
9999
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
100+
Currently, there is also built-in support for Apache HttpComponents and OkHttp.
105101

106102
For example, to switch to Apache HttpComponents, you can use the following:
107103

0 commit comments

Comments
 (0)