![]() |
WE310F5
39.00.000
|
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 249 of file m2mb_httpd.h.
| UINT32 body_read |
Length of the body read already
Definition at line 258 of file m2mb_httpd.h.
| UINT32 bodyLength |
Length of the Body received
Definition at line 256 of file m2mb_httpd.h.
| UINT32 bodyType |
Type of the Body present in request
Definition at line 255 of file m2mb_httpd.h.
| VOID* form |
Pointer of Form data in the request
Definition at line 252 of file m2mb_httpd.h.
| UINT32 head_read |
Length of the header read already
Definition at line 259 of file m2mb_httpd.h.
| VOID* hp |
Pointer of Connection Handler
Definition at line 251 of file m2mb_httpd.h.
| UINT8 index |
Index of the URI configured
Definition at line 250 of file m2mb_httpd.h.
| INT8 method |
Request method i.e., GET, POST, PUT etc.
Definition at line 257 of file m2mb_httpd.h.
| UINT8* requestLine |
Pointer of Request Line (Header)
Definition at line 253 of file m2mb_httpd.h.
| UINT32 requestLine_len |
Length of Request Line
Definition at line 254 of file m2mb_httpd.h.