![]() |
WE310F5
39.00.000
|
The structure is used to GET the content length of the request. More...
#include <m2mb_httpd.h>
Data Fields | |
VOID * | conn_handle |
INT32 | content_len |
The structure is used to GET the content length of the request.
This structure is used to GET the content length of the URI request with the connection handler.
Definition at line 445 of file m2mb_httpd.h.
VOID* conn_handle |
Connection handler of the URI request
Definition at line 447 of file m2mb_httpd.h.
INT32 content_len |
Content length of the current request on the connection handler
Definition at line 448 of file m2mb_httpd.h.