cueOS  2.4
cueOS - Universal Show Control OS for ARM
http_param_s Struct Reference

HTTP uri parameter object. More...

#include <http_request.h>

Data Fields

char * arg
 
char * val
 

Detailed Description

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.

Field Documentation

◆ arg

char* arg

the parameter's key string

Definition at line 36 of file http_request.h.

◆ val

char* val

the parameter's value string

Definition at line 37 of file http_request.h.


The documentation for this struct was generated from the following file: