Remove outdated reference to Netty in rest-clients section

Closes gh-31526
This commit is contained in:
rstoyanchev
2023-11-01 13:25:16 +00:00
parent f088d4a05b
commit f8a33cd66e

View File

@@ -97,11 +97,7 @@ preparation and response extraction through callback interfaces.
The default constructor uses `java.net.HttpURLConnection` to perform requests. You can The default constructor uses `java.net.HttpURLConnection` to perform requests. You can
switch to a different HTTP library with an implementation of `ClientHttpRequestFactory`. switch to a different HTTP library with an implementation of `ClientHttpRequestFactory`.
There is built-in support for the following: Currently, there is also built-in support for Apache HttpComponents and OkHttp.
* Apache HttpComponents
* Netty
* OkHttp
For example, to switch to Apache HttpComponents, you can use the following: For example, to switch to Apache HttpComponents, you can use the following: