AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <HttpRequestResponse.h>
Public Member Functions | |
HttpRequest (Allocator *allocator=ApiAllocator()) | |
Optional< ByteCursor > | GetMethod () const noexcept |
bool | SetMethod (ByteCursor method) noexcept |
Optional< ByteCursor > | GetPath () const noexcept |
bool | SetPath (ByteCursor path) noexcept |
Protected Member Functions | |
HttpRequest (Allocator *allocator, struct aws_http_message *message) | |
Friends | |
class | Mqtt::MqttConnectionCore |
class | Mqtt5::Mqtt5ClientCore |
Additional Inherited Members |
Class representing a mutable http request.
Aws::Crt::Http::HttpRequest::HttpRequest | ( | Allocator * | allocator = ApiAllocator() | ) |
|
protected |
|
noexcept |
|
noexcept |
|
noexcept |
Sets the value of the Http method associated with this request
|
noexcept |
Sets the value of the URI-path associated with this request
|
friend |
|
friend |