![]() |
WE310F5
39.00.000
|
The structure is used to GET the pointer to the body locaiton on the request. More...
#include <m2mb_httpd.h>
Data Fields | |
VOID * | conn_handle |
CHAR * | body_loc |
The structure is used to GET the pointer to the body locaiton on the request.
This structure is used to GET the pointer to the body locaiton on the URI request with the connection handler.
Definition at line 458 of file m2mb_httpd.h.
CHAR* body_loc |
pointer to the body location of the current request on the connection handler
Definition at line 461 of file m2mb_httpd.h.
VOID* conn_handle |
Connection handler of the URI request
Definition at line 460 of file m2mb_httpd.h.