WE310F5  39.00.000
M2MB_HTTPD_GET_BODY_LOC Struct Reference

The structure is used to GET the pointer to the body locaiton on the request. More...

#include <m2mb_httpd.h>

Data Fields

VOIDconn_handle
 
CHARbody_loc
 

Detailed Description

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.

Field Documentation

◆ body_loc

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.

◆ conn_handle

VOID* conn_handle

Connection handler of the URI request

Definition at line 460 of file m2mb_httpd.h.


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