程序包 org.springframework.boot.web.client
package org.springframework.boot.web.client
Web client utilities.
-
类说明已过时, 待删除: 此 API 元素将从以后的版本中删除。已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
ClientHttpRequestFactorySettingsCallback 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 theClientHttpRequestsent from aRestTemplate.UriBuilderFactoryto set the root for URI that starts with'/'.UriTemplateHandlerto set the root for URI that starts with'/'.
ClientHttpRequestFactoryBuilder