![]() |
WE310F5
39.00.000
|
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 277 of file m2mb_httpd.h.
| CHAR* action |
our ".frm" or ".exe" file name
Definition at line 278 of file m2mb_httpd.h.
| M2MB_HTTPD_URI_REQ_CGI_KEY_PAIR_T nameval[1] |
The first name/value entry
Definition at line 280 of file m2mb_httpd.h.
| INT32 nv_ct |
number of entrys in name_val table
Definition at line 279 of file m2mb_httpd.h.