|  | WE310F5
    39.00.000
    | 
The structure is used to GET the HEAD/BODY information. More...
#include <m2mb_httpd.h>
| Data Fields | |
| VOID * | conn_handle | 
| INT8 * | buf | 
| UINT32 * | plen | 
The structure is used to GET the HEAD/BODY information.
This structure is used to GET the data with HEAD/BODY of the URI request with the connection handler.
Definition at line 431 of file m2mb_httpd.h.
| INT8* buf | 
Buffer filled with head/body content of the URI request depending on the configuration ID
Definition at line 434 of file m2mb_httpd.h.
| VOID* conn_handle | 
Connection handler of the URI request
Definition at line 433 of file m2mb_httpd.h.
| UINT32* plen | 
length of the content specified by the user to be read from the request
Definition at line 435 of file m2mb_httpd.h.