WE310F5  39.00.000
M2MB_HTTPD_GET_MSG_INFO Struct Reference

The structure is used to GET the HEAD/BODY information. More...

#include <m2mb_httpd.h>

Data Fields

VOIDconn_handle
 
INT8buf
 
UINT32plen
 

Detailed Description

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.

Field Documentation

◆ buf

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.

◆ conn_handle

VOID* conn_handle

Connection handler of the URI request

Definition at line 433 of file m2mb_httpd.h.

◆ plen

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.


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