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_resp_t Struct Reference

AppDynamics HTTP Response Structure
Mandatory: One of the resp_code or error fields should be populated. More...

#include <appd_iot_def.h>

Data Fields

int resp_code
 
int duration_ms
 
int headers_count
 
appd_iot_data_theaders
 
size_t content_len
 
const char * content
 
const void * user_data
 
appd_iot_error_code_t error
 

Detailed Description

AppDynamics HTTP Response Structure
Mandatory: One of the resp_code or error fields should be populated.

Field Documentation

◆ resp_code

int resp_code

Response Code

◆ duration_ms

int duration_ms

◆ headers_count

int headers_count

Number of Response Headers as <key,value> pairs

◆ headers

appd_iot_data_t* headers

Response Headers as <key,value> pairs

◆ content_len

size_t content_len

Response Content Length

◆ content

const char* content

Response Content

◆ user_data

const void* user_data

Placeholder for any additional data that user wants to keep track of

◆ error

To indicate any error occured while executing the request.


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