![]() |
WL865E4-P
36.07.001
|
HTTP server URI Request structure. More...
#include <m2mb_httpd.h>
Data Fields | |
UINT8 | index |
VOID * | hp |
VOID * | form |
UINT8 * | requestLine |
UINT32 | requestLine_len |
UINT32 | bodyType |
UINT32 | bodyLength |
INT8 | method |
UINT32 | body_read |
UINT32 | head_read |
HTTP server URI Request structure.
Structure containing members representing URI request received.
Definition at line 208 of file m2mb_httpd.h.
UINT32 body_read |
Length of the body read already
Definition at line 217 of file m2mb_httpd.h.
UINT32 bodyLength |
Length of the Body received
Definition at line 215 of file m2mb_httpd.h.
UINT32 bodyType |
Type of the Body present in request
Definition at line 214 of file m2mb_httpd.h.
VOID* form |
Pointer of Form data in the request
Definition at line 211 of file m2mb_httpd.h.
UINT32 head_read |
Length of the header read already
Definition at line 218 of file m2mb_httpd.h.
VOID* hp |
Pointer of Connection Handler
Definition at line 210 of file m2mb_httpd.h.
UINT8 index |
Index of the URI configured
Definition at line 209 of file m2mb_httpd.h.
INT8 method |
Request method i.e., GET, POST, PUT etc.
Definition at line 216 of file m2mb_httpd.h.
UINT8* requestLine |
Pointer of Request Line (Header)
Definition at line 212 of file m2mb_httpd.h.
UINT32 requestLine_len |
Length of Request Line
Definition at line 213 of file m2mb_httpd.h.