WE310F5  39.00.000
M2MB_HTTPD_GET_CONTENT_LEN Struct Reference

The structure is used to GET the content length of the request. More...

#include <m2mb_httpd.h>

Data Fields

VOIDconn_handle
 
INT32 content_len
 

Detailed Description

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.

Field Documentation

◆ conn_handle

VOID* conn_handle

Connection handler of the URI request

Definition at line 447 of file m2mb_httpd.h.

◆ content_len

INT32 content_len

Content length of the current request on the connection handler

Definition at line 448 of file m2mb_httpd.h.


The documentation for this struct was generated from the following file: