AWS SDK for C++AWS SDK for C++ Version 1.11.793 |
#include <CurlHttpClient.h>
Definition at line 26 of file CurlHttpClient.h.
Definition at line 30 of file CurlHttpClient.h.
Returns true if this is a default AWS SDK HTTP client implementation.
Reimplemented from Aws::Http::HttpClient.
Definition at line 40 of file CurlHttpClient.h.
nullptr,
nullptr
Takes an http request, makes it, and returns the newly allocated HttpResponse.
Implements Aws::Http::HttpClient.
Override any configuration on CURL handle for each request before sending. The usage is to have a subclass of CurlHttpClient and have your own implementation of this function to configure whatever you want on CURL handle.
Definition at line 50 of file CurlHttpClient.h.