WE310F5  39.00.000
M2MB_HTTPD_URI_CONFIG_PARAMS Struct Reference

This structure is used to set HTTPD URI configuration parameters. More...

#include <m2mb_httpd.h>

Data Fields

CHARuri
 
UINT8methods
 
M2MB_URI_AUTH_FLAG_T flag
 
M2MB_HTTPD_URI_HANDLER_T fn_cb
 
VOIDusr_ctx
 

Detailed Description

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.

Field Documentation

◆ flag

Authenticaiton flag for the URI registered

Definition at line 419 of file m2mb_httpd.h.

◆ 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.

◆ methods

UINT8* methods

Methods supported by the URI to be registered

Definition at line 418 of file m2mb_httpd.h.

◆ uri

CHAR* uri

URI to be registered with the http server

Definition at line 417 of file m2mb_httpd.h.

◆ usr_ctx

VOID* usr_ctx

Application context given while registering the URI

Definition at line 421 of file m2mb_httpd.h.


The documentation for this struct was generated from the following file: