AWS SDK for C++AWS SDK for C++ Version 1.11.787 |
#include <CRTHttpClient.h>
Common Runtime implementation of AWS SDK for C++ HttpClient interface.
Definition at line 41 of file CRTHttpClient.h.
Definition at line 43 of file CRTHttpClient.h.
Initializes the client with relevant parameters from clientConfig.
Returns true if this is a default AWS SDK HTTP client implementation.
Reimplemented from Aws::Http::HttpClient.
Definition at line 55 of file CRTHttpClient.h.
Takes an http request, makes it, and returns the newly allocated HttpResponse.
Implements Aws::Http::HttpClient.