aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
HttpConnectionManager.h File Reference
#include <aws/crt/http/HttpConnection.h>
#include <atomic>
#include <condition_variable>
#include <future>
#include <mutex>

Go to the source code of this file.

Classes

class  Aws::Crt::Http::HttpClientConnectionManagerOptions
 
class  Aws::Crt::Http::HttpClientConnectionManager
 

Namespaces

namespace  Aws
 
namespace  Aws::Crt
 
namespace  Aws::Crt::Http
 

Typedefs

using Aws::Crt::Http::OnClientConnectionAvailable = std::function< void(std::shared_ptr< HttpClientConnection >, int errorCode)>