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=g_allocator) | |
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::MqttConnection |
Additional Inherited Members |
Class representing a mutable http request.
Aws::Crt::Http::HttpRequest::HttpRequest | ( | Allocator * | allocator = g_allocator | ) |
|
protected |
|
noexcept |
Gets the value of the Http method associated with this request
|
noexcept |
Gets the value of the URI-path associated with this request
|
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 |