AWS IoT for ESP32 v1.0.0
An ESP-IDF based solution
httpConfig_st Struct Reference

An HTTP Configuration structure. More...

#include <lib_http.h>

Data Fields

httpReq_et reqType_e
 
tagStructure_st as_headers [MAX_HTTP_HEADERS]
 
char * pUrlStr
 
char * pPayloadStr
 

Detailed Description

An HTTP Configuration structure.

Field Documentation

◆ as_headers

tagStructure_st httpConfig_st::as_headers[MAX_HTTP_HEADERS]

HTTP headers

◆ pPayloadStr

char* httpConfig_st::pPayloadStr

HTTP payload as string

◆ pUrlStr

char* httpConfig_st::pUrlStr

HTTP request URL

◆ reqType_e

httpReq_et httpConfig_st::reqType_e

HTTP request type


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