http_server_dynamic_page_t Struct Reference

Dynamic URL callback context. More...

Data Fields

const struct http_server_dynamic_page * next
 Pointer to next page in linked list.
 
const char * path
 custom URL, if 's' specified at end, then corresponding string will be returned in 'arg' parameter of http_server_request_processor_t
 
const http_server_request_processor_t processor
 Custom URL callback.
 

Detailed Description

Dynamic URL callback context.

Examples:
sensors/accel_interrupt/main.c.