![]() |
WE310F5
39.00.000
|
The structure is used to GET the CGI form data with the URI request. More...
#include <m2mb_httpd.h>
Data Fields | |
VOID * | conn_handle |
M2MB_HTTPD_URI_REQ_CGI_FORM_DATA_T * | cgi_form_data |
The structure is used to GET the CGI form data with the URI request.
This structure is used to GET the CGI form data with the URI request on the connection handler.
Definition at line 484 of file m2mb_httpd.h.
M2MB_HTTPD_URI_REQ_CGI_FORM_DATA_T* cgi_form_data |
CGI form data with the URI request
Definition at line 487 of file m2mb_httpd.h.
VOID* conn_handle |
Connection handler of the URI request
Definition at line 486 of file m2mb_httpd.h.