cfboom.http.protocol.HttpRequestExecutor
The main HttpRequest executor that produces an HttpResponse
Method Summary | |
---|---|
HttpResponse
|
execute([HttpRequest req])
Executes HTTP request using the default context. |
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