-
Notifications
You must be signed in to change notification settings - Fork 40.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document auto-configuration of underlying HTTP client when using WebClient or RestTemplate #34136
Comments
Thanks for the suggestion. We briefly document the underlying client that we'll use with |
@wilkinsona I want to work on it and do the documentation, in what page should the documentation go? Please let me know. |
Thanks for the offer, @julaij. The source for the existing documentation is https://github.com/spring-projects/spring-boot/blob/2.7.x/spring-boot-project/spring-boot-docs/src/docs/asciidoc/io/rest-client.adoc. Please let us know if you have any questions. |
It has been almost two months now so I'm going to take care of this one. It will be good to have this documented, particularly as we're about to add |
Hello,
I am using Spring Boot 2.7. If
org.apache.httpcomponents:httpclient
is on the class path, Spring Boot uses it automatically insideRestTemplate
, as expected. This behaviour is decribed in #16706, but I didn't find documentation about this in any "official" place.I suggest documenting this somewhere.
Thanks!
The text was updated successfully, but these errors were encountered: