|
SIM900
|

Public Attributes | |
| String | method |
| The HTTP method for the request (e.g., GET, POST). More... | |
| String | data |
| The data to be included in the request (e.g., POST data). More... | |
| String | domain |
| The domain or server to which the request is sent. More... | |
| String | resource |
| The resource or URL path to access on the server. More... | |
| uint8_t | status |
| The status of the HTTP request. More... | |
| uint16_t | port |
| The port on which the server is listening (e.g., 80 for HTTP). More... | |
| SIM900HTTPHeader * | headers |
| An array of HTTP headers associated with the request. More... | |
| uint16_t | header_count |
| The number of HTTP headers in the array. More... | |
Definition at line 321 of file sim900_defs.h.
| String _SIM900HTTPRequest::data |
The data to be included in the request (e.g., POST data).
Definition at line 326 of file sim900_defs.h.
| String _SIM900HTTPRequest::domain |
The domain or server to which the request is sent.
Definition at line 329 of file sim900_defs.h.
| uint16_t _SIM900HTTPRequest::header_count |
The number of HTTP headers in the array.
Definition at line 344 of file sim900_defs.h.
| SIM900HTTPHeader* _SIM900HTTPRequest::headers |
An array of HTTP headers associated with the request.
Definition at line 341 of file sim900_defs.h.
| String _SIM900HTTPRequest::method |
The HTTP method for the request (e.g., GET, POST).
Definition at line 323 of file sim900_defs.h.
| uint16_t _SIM900HTTPRequest::port |
The port on which the server is listening (e.g., 80 for HTTP).
Definition at line 338 of file sim900_defs.h.
| String _SIM900HTTPRequest::resource |
The resource or URL path to access on the server.
Definition at line 332 of file sim900_defs.h.
| uint8_t _SIM900HTTPRequest::status |
The status of the HTTP request.
Definition at line 335 of file sim900_defs.h.