aws-crt-cpp
|
#include <HttpRequestResponse.h>
Public Member Functions | |
virtual | ~HttpMessage () |
HttpMessage (const HttpMessage &)=delete | |
HttpMessage (HttpMessage &&)=delete | |
HttpMessage & | operator= (const HttpMessage &)=delete |
HttpMessage & | operator= (HttpMessage &&)=delete |
std::shared_ptr< Aws::Crt::Io::InputStream > | GetBody () const noexcept |
bool | SetBody (const std::shared_ptr< Aws::Crt::Io::IStream > &body) noexcept |
bool | SetBody (const std::shared_ptr< Aws::Crt::Io::InputStream > &body) noexcept |
size_t | GetHeaderCount () const noexcept |
Optional< HttpHeader > | GetHeader (size_t index) const noexcept |
bool | AddHeader (const HttpHeader &header) noexcept |
bool | EraseHeader (size_t index) noexcept |
operator bool () const noexcept | |
struct aws_http_message * | GetUnderlyingMessage () const noexcept |
Protected Member Functions | |
HttpMessage (Allocator *allocator, struct aws_http_message *message, bool ownsMessage=true) noexcept | |
Protected Attributes | |
Allocator * | m_allocator |
struct aws_http_message * | m_message |
std::shared_ptr< Aws::Crt::Io::InputStream > | m_bodyStream |
bool | m_ownsMessage |
Base class representing a mutable http request or response.
|
virtual |
|
delete |
|
delete |
|
protectednoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
Gets the input stream representing the message body
|
noexcept |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
delete |
|
delete |
|
noexcept |
|
noexcept |
Sets the input stream representing the message body
|
protected |
|
protected |
|
protected |
|
protected |