Uses of Interface
org.springframework.web.reactive.function.client.WebClient.RequestBodyUriSpec
Packages that use WebClient.RequestBodyUriSpec 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.RequestBodyUriSpec in org.springframework.web.reactive.function.client
Methods in org.springframework.web.reactive.function.client that return WebClient.RequestBodyUriSpec Modifier and Type Method Description WebClient.RequestBodyUriSpecWebClient. method(HttpMethod method)Start building a request for the givenHttpMethod.WebClient.RequestBodyUriSpecWebClient. patch()Start building an HTTP PATCH request.WebClient.RequestBodyUriSpecWebClient. post()Start building an HTTP POST request.WebClient.RequestBodyUriSpecWebClient. put()Start building an HTTP PUT request.