gos_hs_dynamic_page_t Struct Reference
Dynamic URL callback context. More...
Data Fields |
|
struct gos_hs_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
gos_hs_request_processor_t
|
|
gos_hs_request_processor_t | processor |
Custom URL callback.
|
|
Detailed Description
Dynamic URL callback context.