|
SIM900
|

Public Attributes | |
| uint16_t | status |
| The HTTP status code of the response. More... | |
| SIM900HTTPHeader * | headers |
| 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... | |
Definition at line 356 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 367 of file sim900_defs.h.
| uint16_t _SIM900HTTPResponse::header_count |
The number of HTTP headers in the array.
Definition at line 364 of file sim900_defs.h.
| SIM900HTTPHeader* _SIM900HTTPResponse::headers |
An array of HTTP headers included in the response.
Definition at line 361 of file sim900_defs.h.
| uint16_t _SIM900HTTPResponse::status |
The HTTP status code of the response.
Definition at line 358 of file sim900_defs.h.