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/auth/signing_config.h>
#include <functional>
#include <memory>
Go to the source code of this file.
Classes | |
class | Aws::Crt::Auth::ISigningConfig |
class | Aws::Crt::Auth::IHttpRequestSigner |
Namespaces | |
namespace | Aws |
namespace | Aws::Crt |
namespace | Aws::Crt::Http |
namespace | Aws::Crt::Auth |
Typedefs | |
using | Aws::Crt::Auth::OnHttpRequestSigningComplete = std::function< void(const std::shared_ptr< Aws::Crt::Http::HttpRequest > &, int)> |
Enumerations | |
enum class | Aws::Crt::Auth::SigningConfigType { Aws::Crt::Auth::Aws = AWS_SIGNING_CONFIG_AWS } |