AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
HttpConnection.h File Reference
#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/Stream.h>
#include <aws/crt/io/TlsOptions.h>
#include <functional>
#include <memory>

Go to the source code of this file.

Classes

struct  Aws::Crt::Http::HttpRequestOptions
class  Aws::Crt::Http::HttpStream
struct  Aws::Crt::Http::ClientStreamCallbackData
class  Aws::Crt::Http::HttpClientStream
class  Aws::Crt::Http::HttpClientConnectionProxyOptions
class  Aws::Crt::Http::ProxyEnvVarOptions
class  Aws::Crt::Http::HttpClientConnectionOptions
class  Aws::Crt::Http::HttpClientConnection

Namespaces

namespace  Aws
namespace  Aws::Crt
namespace  Aws::Crt::Io
namespace  Aws::Crt::Http

Typedefs

using Aws::Crt::Http::HttpHeader = aws_http_header
using Aws::Crt::Http::OnConnectionSetup
using Aws::Crt::Http::OnConnectionShutdown = std::function<void(HttpClientConnection &connection, int errorCode)>
using Aws::Crt::Http::OnIncomingHeaders
using Aws::Crt::Http::OnIncomingHeadersBlockDone
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)>
using Aws::Crt::Http::OnWriteDataComplete = std::function<void(std::shared_ptr<HttpStream> &stream, int errorCode)>

Enumerations

enum class  Aws::Crt::Http::AwsHttpProxyAuthenticationType { Aws::Crt::Http::None , Aws::Crt::Http::Basic }
enum class  Aws::Crt::Http::AwsHttpProxyConnectionType { Aws::Crt::Http::Legacy = AWS_HPCT_HTTP_LEGACY , Aws::Crt::Http::Forwarding = AWS_HPCT_HTTP_FORWARD , Aws::Crt::Http::Tunneling = AWS_HPCT_HTTP_TUNNEL }
enum class  Aws::Crt::Http::ProxyEnvVarType { Aws::Crt::Http::Disabled = AWS_HPEV_DISABLE , Aws::Crt::Http::Enabled = AWS_HPEV_ENABLE }
enum class  Aws::Crt::Http::HttpVersion { Aws::Crt::Http::Unknown = AWS_HTTP_VERSION_UNKNOWN , Aws::Crt::Http::Http1_0 = AWS_HTTP_VERSION_1_0 , Aws::Crt::Http::Http1_1 = AWS_HTTP_VERSION_1_1 , Aws::Crt::Http::Http2 = AWS_HTTP_VERSION_2 }