SIM900
|
Public Attributes | |
String | method |
The HTTP method for the request (e.g., GET, POST). | |
String | data |
The data to be included in the request (e.g., POST data). | |
String | domain |
The domain or server to which the request is sent. | |
String | resource |
The resource or URL path to access on the server. | |
uint8_t | status |
The status of the HTTP request. | |
uint16_t | port |
The port on which the server is listening (e.g., 80 for HTTP). | |
SIM900HTTPHeader * | headers |
An array of HTTP headers associated with the request. | |
uint16_t | header_count |
The number of HTTP headers in the array. | |
Definition at line 267 of file sim900_defs.h.
String _SIM900HTTPRequest::data |
The data to be included in the request (e.g., POST data).
Definition at line 272 of file sim900_defs.h.
String _SIM900HTTPRequest::domain |
The domain or server to which the request is sent.
Definition at line 275 of file sim900_defs.h.
uint16_t _SIM900HTTPRequest::header_count |
The number of HTTP headers in the array.
Definition at line 290 of file sim900_defs.h.
SIM900HTTPHeader* _SIM900HTTPRequest::headers |
An array of HTTP headers associated with the request.
Definition at line 287 of file sim900_defs.h.
String _SIM900HTTPRequest::method |
The HTTP method for the request (e.g., GET, POST).
Definition at line 269 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 284 of file sim900_defs.h.
String _SIM900HTTPRequest::resource |
The resource or URL path to access on the server.
Definition at line 278 of file sim900_defs.h.
uint8_t _SIM900HTTPRequest::status |
The status of the HTTP request.
Definition at line 281 of file sim900_defs.h.