WE310F5  39.00.000
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 249 of file m2mb_httpd.h.

Field Documentation

◆ body_read

UINT32 body_read

Length of the body read already

Definition at line 258 of file m2mb_httpd.h.

◆ bodyLength

UINT32 bodyLength

Length of the Body received

Definition at line 256 of file m2mb_httpd.h.

◆ bodyType

UINT32 bodyType

Type of the Body present in request

Definition at line 255 of file m2mb_httpd.h.

◆ form

VOID* form

Pointer of Form data in the request

Definition at line 252 of file m2mb_httpd.h.

◆ head_read

UINT32 head_read

Length of the header read already

Definition at line 259 of file m2mb_httpd.h.

◆ hp

VOID* hp

Pointer of Connection Handler

Definition at line 251 of file m2mb_httpd.h.

◆ index

UINT8 index

Index of the URI configured

Definition at line 250 of file m2mb_httpd.h.

◆ method

INT8 method

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

Definition at line 257 of file m2mb_httpd.h.

◆ requestLine

UINT8* requestLine

Pointer of Request Line (Header)

Definition at line 253 of file m2mb_httpd.h.

◆ requestLine_len

UINT32 requestLine_len

Length of Request Line

Definition at line 254 of file m2mb_httpd.h.


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