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
1 changed files with 1 additions and 5 deletions

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
switch to a different HTTP library with an implementation of `ClientHttpRequestFactory`.
There is built-in support for the following:
* Apache HttpComponents
* Netty
* OkHttp
Currently, there is also built-in support for Apache HttpComponents and OkHttp.
For example, to switch to Apache HttpComponents, you can use the following: