Closed
Description
We use ClientHttpRequestFactorySettings
when creating RestTemplateBuilder
, RestClient.Builder
, and indirectly TestRestTemplate
. It would be useful to have a mechanism for changing the settings for each of these three usages in a single place, perhaps by using configuration properties. In addition to those settings, it should also be possible specify the type of ClientHttpRequestFactory
to use. This would be useful when you want to override the class path-based auto-detection.