org.springframework.http.client.ClientHttpRequest |
![]()
|
Represents a client-side HTTP request. Created via an implementation of the ClientHttpRequestFactory
.
A HttpRequest
can be executed
, getting a ClientHttpResponse
which can be read from.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Execute this request, resulting in a
ClientHttpResponse that can be read. |
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||
![]()
| |||||||||||||||
![]()
|
Execute this request, resulting in a ClientHttpResponse
that can be read.
IOException | in case of I/O errors |
---|