AWS IoT Device SDK C++ v2  1.33.0
AWS IoT Device SDK C++ v2
Public Attributes | List of all members
Aws::Crt::Http::HttpRequestOptions Struct Reference

#include <HttpConnection.h>

Public Attributes

HttpRequestrequest
 
OnIncomingHeaders onIncomingHeaders
 
OnIncomingHeadersBlockDone onIncomingHeadersBlockDone
 
OnIncomingBody onIncomingBody
 
OnStreamComplete onStreamComplete
 

Detailed Description

POD structure used for setting up an Http Request

Member Data Documentation

◆ onIncomingBody

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

OnIncomingHeaders Aws::Crt::Http::HttpRequestOptions::onIncomingHeaders

See OnIncomingHeaders for more info. This value must be set.

◆ onIncomingHeadersBlockDone

OnIncomingHeadersBlockDone Aws::Crt::Http::HttpRequestOptions::onIncomingHeadersBlockDone

◆ onStreamComplete

OnStreamComplete Aws::Crt::Http::HttpRequestOptions::onStreamComplete

See OnStreamComplete for more info. This value can be empty.

◆ request

HttpRequest* Aws::Crt::Http::HttpRequestOptions::request

The actual http request


The documentation for this struct was generated from the following file: