Uses of Interface
org.springframework.web.reactive.function.client.WebClient.UriSpec
Packages that use WebClient.UriSpec Package Description org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.Uses of WebClient.UriSpec in org.springframework.web.reactive.function.client
Subinterfaces of WebClient.UriSpec in org.springframework.web.reactive.function.client Modifier and Type Interface Description static interfaceWebClient.RequestBodyUriSpecContract 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.