Remove outdated reference to Netty in rest-clients section
Closes gh-31526
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user