Uses of Interface
org.springframework.web.client.RestClient.RequestHeadersSpec
Packages that use RestClient.RequestHeadersSpec
-
Uses of RestClient.RequestHeadersSpec in org.springframework.web.client
Classes in org.springframework.web.client with type parameters of type RestClient.RequestHeadersSpecModifier and TypeInterfaceDescriptionstatic interface
RestClient.RequestHeadersSpec<S extends RestClient.RequestHeadersSpec<S>>
Contract for specifying request headers leading up to the exchange.static interface
Contract for specifying request headers and URI for a request.static interface
RestClient.UriSpec<S extends RestClient.RequestHeadersSpec<?>>
Contract for specifying the URI for a request.Subinterfaces of RestClient.RequestHeadersSpec in org.springframework.web.clientModifier and TypeInterfaceDescriptionstatic interface
Contract for specifying request headers and body leading up to the exchange.static interface
Contract for specifying request headers, body and URI for a request.static interface
Contract for specifying request headers and URI for a request.Method parameters in org.springframework.web.client with type arguments of type RestClient.RequestHeadersSpecModifier and TypeMethodDescriptionRestClient.Builder.defaultRequest
(Consumer<RestClient.RequestHeadersSpec<?>> defaultRequest) Provide a consumer to customize every request being built.