AWS SDK for C++AWS SDK for C++ Version 1.11.870 |
#include <IXmlHttpRequest2HttpClient.h>
COM-based http client. To use this client see the CMake option USE_IXML_HTTP_REQUEST_2. Note this client is written for compatibility with windows versions that do not ship with winhttp, and will only work on windows versions > 8.1. WinHttp should still be the default client for windows when possible. This client will run the IXMLHttpRequest2 COM module in CLSCTX_SERVER mode.
Definition at line 29 of file IXmlHttpRequest2HttpClient.h.
Initialize client based on clientConfiguration. This will create a connection pool and configure client wide parameters.
You must call this method before making any calls to the constructor, unless you have already called CoInit elsewhere in your system.
Returns true if this is a default AWS SDK HTTP client implementation.
Reimplemented from Aws::Http::HttpClient.
Definition at line 57 of file IXmlHttpRequest2HttpClient.h.
nullptr,
nullptr
Makes http request, returns http response.
Implements Aws::Http::HttpClient.
Override any configuration on request handle. The usage is override this function in the subclass to configure whatever you want on request handle.
Definition at line 64 of file IXmlHttpRequest2HttpClient.h.
IXMLHTTPRequest2 doesn't support transfer-encoding:chunked
Reimplemented from Aws::Http::HttpClient.
Definition at line 55 of file IXmlHttpRequest2HttpClient.h.