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 | Interface and Description |
---|---|
static interface |
WebClient.RequestBodyUriSpec
Contract for specifying request headers, body and URI for a request.
|
Modifier and Type | Method and Description |
---|---|
WebClient.RequestHeadersUriSpec<?> |
WebClient.delete()
Start building an HTTP DELETE request.
|
WebClient.RequestHeadersUriSpec<?> |
WebClient.get()
Start building an HTTP GET request.
|
WebClient.RequestHeadersUriSpec<?> |
WebClient.head()
Start building an HTTP HEAD request.
|
WebClient.RequestHeadersUriSpec<?> |
WebClient.options()
Start building an HTTP OPTIONS request.
|