![]() |
WL865E4-P
36.07.001
|
HTTP server CGI form data structure. More...
#include <m2mb_httpd.h>
Data Fields | |
CHAR * | action |
INT32 | nv_ct |
M2MB_HTTPD_URI_REQ_CGI_KEY_PAIR_T | nameval [1] |
HTTP server CGI form data structure.
Structure containing members representing CGI form data.
Definition at line 236 of file m2mb_httpd.h.
CHAR* action |
our ".frm" or ".exe" file name
Definition at line 237 of file m2mb_httpd.h.
M2MB_HTTPD_URI_REQ_CGI_KEY_PAIR_T nameval[1] |
The first name/value entry
Definition at line 239 of file m2mb_httpd.h.
INT32 nv_ct |
number of entrys in name_val table
Definition at line 238 of file m2mb_httpd.h.