|
aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#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