aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
Go to the source code of this file.
Classes | |
struct | Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig |
struct | Aws::Crt::Http::HttpProxyStrategyAdaptiveConfig |
class | Aws::Crt::Http::HttpProxyStrategy |
Namespaces | |
namespace | Aws |
namespace | Aws::Crt |
namespace | Aws::Crt::Http |
Typedefs | |
using | Aws::Crt::Http::KerberosGetTokenFunction = std::function< bool(String &)> |
using | Aws::Crt::Http::NtlmGetTokenFunction = std::function< bool(const String &, String &)> |