|
aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <aws/crt/Exports.h>#include <aws/crt/Types.h>#include <aws/crt/http/HttpConnection.h>#include <aws/crt/io/TlsOptions.h>#include <chrono>#include <functional>Go to the source code of this file.
Namespaces | |
| namespace | Aws |
| namespace | Aws::Crt |
| namespace | Aws::Crt::Io |
| namespace | Aws::Crt::Http |
| namespace | Aws::Crt::Auth |
Typedefs | |
| using | Aws::Crt::Auth::OnCredentialsResolved = std::function< void(std::shared_ptr< Credentials >, int errorCode)> |
| using | Aws::Crt::Auth::GetCredentialsHandler = std::function< std::shared_ptr< Credentials >()> |