Contains a basic abstraction over client/server-side HTTP.
Contains an abstraction over client-side HTTP.
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Core package of the client-side web support.
class
Extension of
HttpEntity
that also exposes the HTTP method and the
target URL.
static class
RequestEntity initialized with a URI template and variables instead of a
URI
.
class
MultipartBodyBuilder.
build
()
Return a
MultiValueMap
with the configured parts.
Execute the HTTP method to the given URI template, writing the given request entity to the request,
and return the response as
ResponseEntity
.
Execute the HTTP method to the given URI template, writing the given request entity to the request,
and return the response as
ResponseEntity
.
Execute the HTTP method to the given URI template, writing the given
request entity to the request, and return the response as
ResponseEntity
.
Execute the HTTP method to the given URI template, writing the given
request entity to the request, and return the response as
ResponseEntity
.
Execute the HTTP method to the given URI template, writing the given request entity to the request,
and return the response as
ResponseEntity
.
Execute the HTTP method to the given URI template, writing the given
request entity to the request, and return the response as
ResponseEntity
.