Uses of Interface
org.springframework.web.reactive.function.client.WebClient.RequestBodyUriSpec
Package
Description
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive
reactive HTTP adapter layer.-
Uses of WebClient.RequestBodyUriSpec in org.springframework.web.reactive.function.client
Modifier and TypeMethodDescriptionWebClient.method
(HttpMethod method) Start building a request for the givenHttpMethod
.WebClient.patch()
Start building an HTTP PATCH request.WebClient.post()
Start building an HTTP POST request.WebClient.put()
Start building an HTTP PUT request.