Package org.springframework.boot.web.client
package org.springframework.boot.web.client
Web client utilities.
-
ClassDescriptionA supplier for
ClientHttpRequestFactory
that detects the preferred candidate based on the available implementations on the classpath.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'/'
.