|
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 | |
| Aws | |
| Aws::Crt | |
| Aws::Crt::Io | |
| Aws::Crt::Http | |
| 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 >()> |
1.8.10