Definition at line 2286 of file civetweb.c.
mg_authorization_handler mg_handler_info::auth_handler |
Definition at line 2309 of file civetweb.c.
void* mg_handler_info::cbdata |
Definition at line 2312 of file civetweb.c.
mg_websocket_close_handler mg_handler_info::close_handler |
Definition at line 2303 of file civetweb.c.
mg_websocket_connect_handler mg_handler_info::connect_handler |
Definition at line 2300 of file civetweb.c.
mg_websocket_data_handler mg_handler_info::data_handler |
Definition at line 2302 of file civetweb.c.
mg_request_handler mg_handler_info::handler |
Definition at line 2295 of file civetweb.c.
int mg_handler_info::handler_type |
Definition at line 2292 of file civetweb.c.
struct mg_handler_info* mg_handler_info::next |
Definition at line 2315 of file civetweb.c.
mg_websocket_ready_handler mg_handler_info::ready_handler |
Definition at line 2301 of file civetweb.c.
unsigned int mg_handler_info::refcount |
Definition at line 2296 of file civetweb.c.
int mg_handler_info::removing |
Definition at line 2297 of file civetweb.c.
struct mg_websocket_subprotocols* mg_handler_info::subprotocols |
Definition at line 2306 of file civetweb.c.
char* mg_handler_info::uri |
Definition at line 2288 of file civetweb.c.
size_t mg_handler_info::uri_len |
Definition at line 2289 of file civetweb.c.