![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
HTTP uri parameter object. More...
#include <http_request.h>
Data Fields | |
char * | arg |
char * | val |
HTTP uri parameter object.
HTTP request characterised by a GET method do not convey any content. parameters of the request are passed through the URI instead. these key/value pairs may be parsed and stoed within an HTTP param object.
Definition at line 35 of file http_request.h.
char* arg |
the parameter's key string
Definition at line 36 of file http_request.h.
char* val |
the parameter's value string
Definition at line 37 of file http_request.h.