HTTP server expected request handling parameters.

Public Attributes#

char *

URI pattern to match the request.

Request handler function.

Public Attribute Documentation#

uri#

char* sl_http_server_handler_t::uri

URI pattern to match the request.


Definition at line 184 of file components/service/sl_http_server/inc/sl_http_server_types.h

handler#

sl_http_request_handler_t sl_http_server_handler_t::handler

Request handler function.


Definition at line 185 of file components/service/sl_http_server/inc/sl_http_server_types.h