Package org.springframework.boot.web.client


package org.springframework.boot.web.client
Web client utilities.
  • Class
    Description
    A 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 a RestTemplate.
    Callback interface that can be used to customize a RestTemplate.
    RestTemplateRequestCustomizer<T extends org.springframework.http.client.ClientHttpRequest>
    Callback interface that can be used to customize the ClientHttpRequest sent from a RestTemplate.
    UriTemplateHandler to set the root for URI that starts with '/'.