SIM900
_SIM900HTTPResponse Struct Reference
Collaboration diagram for _SIM900HTTPResponse:

Public Attributes

uint16_t status
 The HTTP status code of the response. More...
 
SIM900HTTPHeaderheaders
 An array of HTTP headers included in the response. More...
 
uint16_t header_count
 The number of HTTP headers in the array. More...
 
String data
 The data received in the HTTP response, such as HTML content or JSON data. More...
 

Detailed Description

Definition at line 356 of file sim900_defs.h.

Member Data Documentation

◆ data

String _SIM900HTTPResponse::data

The data received in the HTTP response, such as HTML content or JSON data.

Definition at line 367 of file sim900_defs.h.

◆ header_count

uint16_t _SIM900HTTPResponse::header_count

The number of HTTP headers in the array.

Definition at line 364 of file sim900_defs.h.

◆ headers

SIM900HTTPHeader* _SIM900HTTPResponse::headers

An array of HTTP headers included in the response.

Definition at line 361 of file sim900_defs.h.

◆ status

uint16_t _SIM900HTTPResponse::status

The HTTP status code of the response.

Definition at line 358 of file sim900_defs.h.


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