Uses of Interface
org.springframework.web.reactive.function.client.WebClient.UriSpec
Packages that use 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.clientSubinterfaces of WebClient.UriSpec in org.springframework.web.reactive.function.clientModifier and TypeInterfaceDescriptionstatic interfaceContract for specifying request headers, body and URI for a request.static interfaceWebClient.RequestHeadersUriSpec<S extends WebClient.RequestHeadersSpec<S>>Contract for specifying request headers and URI for a request.