AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <aws/http/connection.h>
#include <aws/http/proxy.h>
#include <aws/http/request_response.h>
#include <aws/crt/Types.h>
#include <aws/crt/io/Bootstrap.h>
#include <aws/crt/io/SocketOptions.h>
#include <aws/crt/io/TlsOptions.h>
#include <functional>
#include <memory>
Go to the source code of this file.
Namespaces | |
Aws | |
Aws::Crt | |
Aws::Crt::Io | |
Aws::Crt::Http | |
Typedefs | |
using | Aws::Crt::Http::HttpHeader = aws_http_header |
using | Aws::Crt::Http::OnConnectionSetup = std::function< void(const std::shared_ptr< HttpClientConnection > &connection, int errorCode)> |
using | Aws::Crt::Http::OnConnectionShutdown = std::function< void(HttpClientConnection &connection, int errorCode)> |
using | Aws::Crt::Http::OnIncomingHeaders = std::function< void(HttpStream &stream, enum aws_http_header_block headerBlock, const HttpHeader *headersArray, std::size_t headersCount)> |
using | Aws::Crt::Http::OnIncomingHeadersBlockDone = std::function< void(HttpStream &stream, enum aws_http_header_block block)> |
using | Aws::Crt::Http::OnIncomingBody = std::function< void(HttpStream &stream, const ByteCursor &data)> |
using | Aws::Crt::Http::OnStreamComplete = std::function< void(HttpStream &stream, int errorCode)> |
Enumerations | |
enum | Aws::Crt::Http::AwsHttpProxyAuthenticationType { Aws::Crt::Http::AwsHttpProxyAuthenticationType::None, Aws::Crt::Http::AwsHttpProxyAuthenticationType::Basic } |
enum | Aws::Crt::Http::AwsHttpProxyConnectionType { Aws::Crt::Http::AwsHttpProxyConnectionType::Legacy = AWS_HPCT_HTTP_LEGACY, Aws::Crt::Http::AwsHttpProxyConnectionType::Forwarding = AWS_HPCT_HTTP_FORWARD, Aws::Crt::Http::AwsHttpProxyConnectionType::Tunneling = AWS_HPCT_HTTP_TUNNEL } |
enum | Aws::Crt::Http::HttpVersion { Aws::Crt::Http::HttpVersion::Unknown = AWS_HTTP_VERSION_UNKNOWN, Aws::Crt::Http::HttpVersion::Http1_0 = AWS_HTTP_VERSION_1_0, Aws::Crt::Http::HttpVersion::Http1_1 = AWS_HTTP_VERSION_1_1, Aws::Crt::Http::HttpVersion::Http2 = AWS_HTTP_VERSION_2 } |