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