Uses of Interface
org.springframework.web.reactive.function.client.WebClient.UriSpec
Package
Description
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive
reactive HTTP adapter layer.-
Uses of WebClient.UriSpec in org.springframework.web.reactive.function.client
Modifier and TypeInterfaceDescriptionstatic interface
Contract for specifying request headers, body and URI for a request.static interface
WebClient.RequestHeadersUriSpec<S extends WebClient.RequestHeadersSpec<S>>
Contract for specifying request headers and URI for a request.