WL865E4-P  36.07.001
M2MB_HTTPD_URI_REQ_INFO Struct Reference

HTTP server URI Request structure. More...

#include <m2mb_httpd.h>

Data Fields

UINT8 index
 
VOIDhp
 
VOIDform
 
UINT8requestLine
 
UINT32 requestLine_len
 
UINT32 bodyType
 
UINT32 bodyLength
 
INT8 method
 
UINT32 body_read
 
UINT32 head_read
 

Detailed Description

HTTP server URI Request structure.

Structure containing members representing URI request received.

Definition at line 208 of file m2mb_httpd.h.

Field Documentation

◆ body_read

UINT32 body_read

Length of the body read already

Definition at line 217 of file m2mb_httpd.h.

◆ bodyLength

UINT32 bodyLength

Length of the Body received

Definition at line 215 of file m2mb_httpd.h.

◆ bodyType

UINT32 bodyType

Type of the Body present in request

Definition at line 214 of file m2mb_httpd.h.

◆ form

VOID* form

Pointer of Form data in the request

Definition at line 211 of file m2mb_httpd.h.

◆ head_read

UINT32 head_read

Length of the header read already

Definition at line 218 of file m2mb_httpd.h.

◆ hp

VOID* hp

Pointer of Connection Handler

Definition at line 210 of file m2mb_httpd.h.

◆ index

UINT8 index

Index of the URI configured

Definition at line 209 of file m2mb_httpd.h.

◆ method

INT8 method

Request method i.e., GET, POST, PUT etc.

Definition at line 216 of file m2mb_httpd.h.

◆ requestLine

UINT8* requestLine

Pointer of Request Line (Header)

Definition at line 212 of file m2mb_httpd.h.

◆ requestLine_len

UINT32 requestLine_len

Length of Request Line

Definition at line 213 of file m2mb_httpd.h.


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