AWS SDK for C++AWS SDK for C++ Version 1.11.616 |
#include <HttpClient.h>
Abstract HttpClient. All it does is make HttpRequests and return their response.
Definition at line 33 of file HttpClient.h.
Definition at line 37 of file HttpClient.h.
Stops all requests in progress and prevents any others from initiating.
Enables/ReEnables request processing.
Returns true if request processing is enabled.
nullptr
,
nullptr
Takes an http request, makes it, and returns the newly allocated HttpResponse.
Implemented in Aws::Http::CRTHttpClient, Aws::Http::CurlHttpClient, Aws::Http::IXmlHttpRequest2HttpClient, and Aws::Http::WinSyncHttpClient.
Definition at line 70 of file HttpClient.h.
Sleeps current thread for sleepTime.
If yes, the http client supports transfer-encoding:chunked.
Reimplemented in Aws::Http::IXmlHttpRequest2HttpClient.
Definition at line 49 of file HttpClient.h.
Definition at line 76 of file HttpClient.h.