HTTP server dynamic callback. More...
Data Fields | |
bool(* | callback )(struct ltrx_http_client *client) |
const char * | helpText |
const char * | uriPath |
HTTP server dynamic callback.
bool(* ltrx_http_dynamic_callback::callback) (struct ltrx_http_client *client) |
Callback function to register.
const char* ltrx_http_dynamic_callback::helpText |
Help text for this callback.
const char* ltrx_http_dynamic_callback::uriPath |
Name to register.