36 std::shared_ptr<HttpResponse>
MakeRequest(
const std::shared_ptr<HttpRequest>& request,
67 bool m_disableExpectHeader;
68 bool m_allowRedirects;
69 static std::atomic<bool> isInit;
static void InitGlobalState()
virtual void OverrideOptionsOnConnectionHandle(CURL *) const
std::shared_ptr< HttpResponse > MakeRequest(const std::shared_ptr< HttpRequest > &request, Aws::Utils::RateLimits::RateLimiterInterface *readLimiter=nullptr, Aws::Utils::RateLimits::RateLimiterInterface *writeLimiter=nullptr) const override
static void CleanupGlobalState()
CurlHttpClient(const Aws::Client::ClientConfiguration &clientConfig)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String