![]() |
WE310F5
39.00.000
|
The structure is used to GET the request type on the connection handler. More...
#include <m2mb_httpd.h>
Data Fields | |
VOID * | conn_handle |
INT32 | request_type |
The structure is used to GET the request type on the connection handler.
This structure is used to GET the request type on the connection handler.
Definition at line 471 of file m2mb_httpd.h.
VOID* conn_handle |
Connection handler of the URI request
Definition at line 473 of file m2mb_httpd.h.
INT32 request_type |
Request type of the current request on the connection handler
Definition at line 474 of file m2mb_httpd.h.