AWS IoT Device SDK C++ v2  1.33.0
AWS IoT Device SDK C++ v2
Aws::Crt::Http::HttpMessage Member List

This is the complete list of members for Aws::Crt::Http::HttpMessage, including all inherited members.

AddHeader(const HttpHeader &header) noexceptAws::Crt::Http::HttpMessage
EraseHeader(size_t index) noexceptAws::Crt::Http::HttpMessage
GetBody() const noexceptAws::Crt::Http::HttpMessage
GetHeader(size_t index) const noexceptAws::Crt::Http::HttpMessage
GetHeaderCount() const noexceptAws::Crt::Http::HttpMessage
HttpMessage(const HttpMessage &)=deleteAws::Crt::Http::HttpMessage
HttpMessage(HttpMessage &&)=deleteAws::Crt::Http::HttpMessage
HttpMessage(Allocator *allocator, struct aws_http_message *message) noexceptAws::Crt::Http::HttpMessageprotected
m_allocatorAws::Crt::Http::HttpMessageprotected
m_bodyStreamAws::Crt::Http::HttpMessageprotected
m_messageAws::Crt::Http::HttpMessageprotected
operator bool() const noexceptAws::Crt::Http::HttpMessageinline
operator=(const HttpMessage &)=deleteAws::Crt::Http::HttpMessage
operator=(HttpMessage &&)=deleteAws::Crt::Http::HttpMessage
SetBody(const std::shared_ptr< Aws::Crt::Io::IStream > &body) noexceptAws::Crt::Http::HttpMessage
SetBody(const std::shared_ptr< Aws::Crt::Io::InputStream > &body) noexceptAws::Crt::Http::HttpMessage
~HttpMessage()Aws::Crt::Http::HttpMessagevirtual