SIM900
|
Public Attributes | |
uint16_t | status |
The HTTP status code of the response. | |
SIM900HTTPHeader * | headers |
An array of HTTP headers included in the response. | |
uint16_t | header_count |
The number of HTTP headers in the array. | |
String | data |
The data received in the HTTP response, such as HTML content or JSON data. | |
Definition at line 302 of file sim900_defs.h.
String _SIM900HTTPResponse::data |
The data received in the HTTP response, such as HTML content or JSON data.
Definition at line 313 of file sim900_defs.h.
uint16_t _SIM900HTTPResponse::header_count |
The number of HTTP headers in the array.
Definition at line 310 of file sim900_defs.h.
SIM900HTTPHeader* _SIM900HTTPResponse::headers |
An array of HTTP headers included in the response.
Definition at line 307 of file sim900_defs.h.
uint16_t _SIM900HTTPResponse::status |
The HTTP status code of the response.
Definition at line 304 of file sim900_defs.h.