| Package | Description |
|---|---|
| org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebTestClient.RequestBodyUriSpec
Specification for providing the body and the URI of a request.
|
| Modifier and Type | Method and Description |
|---|---|
WebTestClient.RequestHeadersUriSpec<?> |
WebTestClient.delete()
Prepare an HTTP DELETE request.
|
WebTestClient.RequestHeadersUriSpec<?> |
WebTestClient.get()
Prepare an HTTP GET request.
|
WebTestClient.RequestHeadersUriSpec<?> |
WebTestClient.head()
Prepare an HTTP HEAD request.
|
WebTestClient.RequestHeadersUriSpec<?> |
WebTestClient.options()
Prepare an HTTP OPTIONS request.
|