cfboom.http.client.HttpClient
This interface represents only the most basic contract for HTTP request execution. It imposes no restrictions or particular details on the request execution process and leaves the specifics of state management, authentication and redirect handling up to individual implementations.
Method Summary | |
---|---|
HttpResponse
|
execute([HttpRequest req])
Executes HTTP request using the default context. |
void
|
setExecutor([HttpRequestExecutor executor])
|
Method Detail |
---|
Executes HTTP request using the default context. never an intermediate response with an 1xx status code. Whether redirects or authentication challenges will be returned or handled automatically depends on the implementation and configuration of this client.
req
executor