Polish RestClient request factories
This commit changes the default request factory from the SimpleClientHttpRequestFactory to the JdkClientHttpRequestFactory if available. It also adds detection logic for OkHttp and Jetty.
This commit is contained in:
@@ -13,7 +13,7 @@ The Spring Framework provides the following choices for making calls to REST end
|
||||
== `RestClient`
|
||||
|
||||
Reference documentation is forthcoming.
|
||||
For now, please refer to the https://docs.spring.io/spring-framework/docs/6.1.0-M1/javadoc-api/org/springframework/web/client/RestClient.html[API documentation].
|
||||
For now, please refer to the https://docs.spring.io/spring-framework/docs/6.1.0-M2/javadoc-api/org/springframework/web/client/RestClient.html[API documentation].
|
||||
|
||||
|
||||
[[rest-webclient]]
|
||||
|
||||
Reference in New Issue
Block a user