Package org.springframework.boot.web.client
package org.springframework.boot.web.client
Web client utilities.
-
ClassDescriptionUtility class that can be used to create
ClientHttpRequestFactory
instances configured using givenClientHttpRequestFactorySettings
.Settings that can be applied when creating aClientHttpRequestFactory
.Callback interface that can be used to customize aRestClient.Builder
.Builder that can be used to configure and create aRestTemplate
.Callback interface that can be used to customize aRestTemplate
.RestTemplateRequestCustomizer<T extends ClientHttpRequest>Callback interface that can be used to customize theClientHttpRequest
sent from aRestTemplate
.UriTemplateHandler
to set the root for URI that starts with'/'
.