![]() |
WE310F5
39.00.000
|
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 237 of file m2mb_httpd.h.
VOID* appCtx |
Application context provide by user while configuring URI to server
Definition at line 240 of file m2mb_httpd.h.
UINT8 index |
URI index assigned while configuring URI to server
Definition at line 239 of file m2mb_httpd.h.