AWS SDK for C++
AWS SDK for C++
|
#include <Aws.h>
Public Member Functions | |
HttpOptions () | |
Public Attributes | |
std::function< std::shared_ptr< Aws::Http::HttpClientFactory >()> | httpClientFactory_create_fn |
bool | initAndCleanupCurl |
bool | installSigPipeHandler |
bool | compliantRfc3986Encoding |
bool Aws::HttpOptions::compliantRfc3986Encoding |
std::function<std::shared_ptr<Aws::Http::HttpClientFactory>()> Aws::HttpOptions::httpClientFactory_create_fn |
bool Aws::HttpOptions::initAndCleanupCurl |
bool Aws::HttpOptions::installSigPipeHandler |
Installs a global SIGPIPE handler that logs the error and prevents it from terminating the current process. This can be used on operating systems on which CURL is being used. In some situations CURL cannot avoid triggering a SIGPIPE. For more information see: https://curl.haxx.se/libcurl/c/CURLOPT_NOSIGNAL.html NOTE: CURLOPT_NOSIGNAL is already being set.