Generated by
JDiff

Interface org.springframework.web.reactive.function.client.WebClient

Added Methods
UriSpec<RequestBodySpec> method(HttpMethod) Prepare a request for the specified {@code HttpMethod}.
 

Changed Methods
UriSpec<RequestHeadersSpec<?>> delete() Change in return type from UriSpec to UriSpec<RequestHeadersSpec<?>>.
Prepare an HTTP DELETE request.
UriSpec<RequestHeadersSpec<?>> get() Change in return type from UriSpec to UriSpec<RequestHeadersSpec<?>>.
Prepare an HTTP GET request.
UriSpec<RequestHeadersSpec<?>> head() Change in return type from UriSpec to UriSpec<RequestHeadersSpec<?>>.
Prepare an HTTP HEAD request.
UriSpec<RequestHeadersSpec<?>> options() Change in return type from UriSpec to UriSpec<RequestHeadersSpec<?>>.
Prepare an HTTP OPTIONS request.
UriSpec<RequestBodySpec> patch() Change in return type from UriSpec to UriSpec<RequestBodySpec>.
Prepare an HTTP PATCH request.
UriSpec<RequestBodySpec> post() Change in return type from UriSpec to UriSpec<RequestBodySpec>.
Prepare an HTTP POST request.
UriSpec<RequestBodySpec> put() Change in return type from UriSpec to UriSpec<RequestBodySpec>.
Prepare an HTTP PUT request.