|  | WE310F5
    39.00.000
    | 
This structure is used to set HTTPD URI configuration parameters. More...
#include <m2mb_httpd.h>
| Data Fields | |
| CHAR * | uri | 
| UINT8 * | methods | 
| M2MB_URI_AUTH_FLAG_T | flag | 
| M2MB_HTTPD_URI_HANDLER_T | fn_cb | 
| VOID * | usr_ctx | 
This structure is used to set HTTPD URI configuration parameters.
Contains configuration information needed for registring URI.
Definition at line 415 of file m2mb_httpd.h.
| M2MB_URI_AUTH_FLAG_T flag | 
Authenticaiton flag for the URI registered
Definition at line 419 of file m2mb_httpd.h.
| M2MB_HTTPD_URI_HANDLER_T fn_cb | 
pointer to the callback function that gets called on receipt of any request over the registered URI
Definition at line 420 of file m2mb_httpd.h.
| UINT8* methods | 
Methods supported by the URI to be registered
Definition at line 418 of file m2mb_httpd.h.
| CHAR* uri | 
URI to be registered with the http server
Definition at line 417 of file m2mb_httpd.h.
| VOID* usr_ctx | 
Application context given while registering the URI
Definition at line 421 of file m2mb_httpd.h.