|
aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <HttpConnection.h>
Public Attributes | |
| HttpRequest * | request |
| OnIncomingHeaders | onIncomingHeaders |
| OnIncomingHeadersBlockDone | onIncomingHeadersBlockDone |
| OnIncomingBody | onIncomingBody |
| OnStreamComplete | onStreamComplete |
POD structure used for setting up an Http Request
| OnIncomingBody Aws::Crt::Http::HttpRequestOptions::onIncomingBody |
See OnIncomingBody for more info. This value can be empty if you will not be receiving a body.
| OnIncomingHeaders Aws::Crt::Http::HttpRequestOptions::onIncomingHeaders |
See OnIncomingHeaders for more info. This value must be set.
| OnIncomingHeadersBlockDone Aws::Crt::Http::HttpRequestOptions::onIncomingHeadersBlockDone |
| OnStreamComplete Aws::Crt::Http::HttpRequestOptions::onStreamComplete |
See OnStreamComplete for more info. This value can be empty.
| HttpRequest* Aws::Crt::Http::HttpRequestOptions::request |
The actual http request