| Removed Methods |
HeadersBuilder<?> DELETE(String, Object[])
|
Create an HTTP DELETE builder with the given url template. |
HeadersBuilder<?> GET(String, Object[])
|
Create an HTTP GET builder with the given url template. |
HeadersBuilder<?> HEAD(String, Object[])
|
Create an HTTP HEAD builder with the given url template. |
HeadersBuilder<?> OPTIONS(String, Object[])
|
Creates an HTTP OPTIONS builder with the given url template. |
BodyBuilder PATCH(String, Object[])
|
Create an HTTP PATCH builder with the given url template. |
BodyBuilder POST(String, Object[])
|
Create an HTTP POST builder with the given url template. |
BodyBuilder PUT(String, Object[])
|
Create an HTTP PUT builder with the given url template. |
(BodyInserter<T, ClientHttpRequest>) inserter()
|
Return the body inserter of this request. |
BodyBuilder method(HttpMethod, String, Object[])
|
Create a builder with the given method and url template. |
| Changed Methods |
Builder from(ClientRequest)
|
Change in return type from BodyBuilder to Builder.
Change in signature from ClientRequest<?> to ClientRequest.
|
Create a builder with the method, URI, headers, and cookies of the given request. |
<any> writeTo(ClientHttpRequest, ExchangeStrategies)
|
Change in signature from (ClientHttpRequest, WebClientStrategies) to (ClientHttpRequest, ExchangeStrategies).
|
Writes this request to the given ClientHttpRequest. |
Builder method(HttpMethod, URI)
|
Change in return type from BodyBuilder to Builder.
|
Create a builder with the given method and url. |