![]() |
WL865E4-P
36.07.001
|
HTTP server URI context structure. More...
#include <m2mb_httpd.h>
Data Fields | |
UINT8 | index |
VOID * | appCtx |
HTTP server URI context structure.
Structure for storing HTTP server URI context related to particular URI.
Definition at line 196 of file m2mb_httpd.h.
VOID* appCtx |
Application context provide by user while configuring URI to server
Definition at line 199 of file m2mb_httpd.h.
UINT8 index |
URI index assigned while configuring URI to server
Definition at line 198 of file m2mb_httpd.h.