Uses of Interface
org.springframework.web.client.RestClient.RequestBodyUriSpec
-
Uses of RestClient.RequestBodyUriSpec in org.springframework.web.client
Modifier and TypeMethodDescriptionRestClient.method
(HttpMethod method) Start building a request for the givenHttpMethod
.RestClient.patch()
Start building an HTTP PATCH request.RestClient.post()
Start building an HTTP POST request.RestClient.put()
Start building an HTTP PUT request.