AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
appd_iot_http_req_t Struct Reference

AppDynamics HTTP Request Structure
Mandatory: All Fields
Data is provided in raw format. If data is sent in gzip format then add the http request header
"Content-Encoding: gzip". It is recommended to gzip data for efficient use of resources. More...

#include <appd_iot_def.h>

Data Fields

const char * url
 
int headers_count
 
appd_iot_data_theaders
 
const char * type
 
const char * data
 

Detailed Description

AppDynamics HTTP Request Structure
Mandatory: All Fields
Data is provided in raw format. If data is sent in gzip format then add the http request header
"Content-Encoding: gzip". It is recommended to gzip data for efficient use of resources.

Field Documentation

◆ url

const char* url

Request URL

◆ headers_count

int headers_count

Number of Request Headers as <key,value> pairs

◆ headers

appd_iot_data_t* headers

Request Headers as <key,value> pairs

◆ type

const char* type

Request Type - POST or GET

◆ data

const char* data

Request Payload


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