withHttpClientCustomizer

open fun withHttpClientCustomizer(httpClientCustomizer: Consumer<HttpClientBuilder>): HttpComponentsClientHttpRequestFactoryBuilder

Return a new HttpComponentsClientHttpRequestFactoryBuilder that applies additional customization to the underlying HttpClientBuilder.

Return

a new HttpComponentsClientHttpRequestFactoryBuilder instance

Parameters

httpClientCustomizer

the customizer to apply