cfboom.http.client.ClientHttpRequest
Represents a client-side HTTP request. Created via an implementation of the {@link ClientHttpRequestFactory}.
A {@code ClientHttpRequest} can be {@linkplain #execute() executed}, receiving a {@link ClientHttpResponse} which can be read from.
Method Summary | |
---|---|
ClientHttpResponse
|
execute()
Execute this request, resulting in a {@link ClientHttpResponse} that can be read. |
Method Detail |
---|
Execute this request, resulting in a {@link ClientHttpResponse} that can be read.