Definition at line 2209 of file civetweb.c.
Public Attributes | |
mg_authorization_handler | auth_handler |
void * | cbdata |
mg_websocket_close_handler | close_handler |
mg_websocket_connect_handler | connect_handler |
mg_websocket_data_handler | data_handler |
mg_request_handler | handler |
int | handler_type |
struct mg_handler_info * | next |
mg_websocket_ready_handler | ready_handler |
unsigned int | refcount |
int | removing |
struct mg_websocket_subprotocols * | subprotocols |
char * | uri |
size_t | uri_len |
mg_authorization_handler mg_handler_info::auth_handler |
Definition at line 2232 of file civetweb.c.
void* mg_handler_info::cbdata |
Definition at line 2235 of file civetweb.c.
mg_websocket_close_handler mg_handler_info::close_handler |
Definition at line 2226 of file civetweb.c.
mg_websocket_connect_handler mg_handler_info::connect_handler |
Definition at line 2223 of file civetweb.c.
mg_websocket_data_handler mg_handler_info::data_handler |
Definition at line 2225 of file civetweb.c.
mg_request_handler mg_handler_info::handler |
Definition at line 2218 of file civetweb.c.
int mg_handler_info::handler_type |
Definition at line 2215 of file civetweb.c.
struct mg_handler_info* mg_handler_info::next |
Definition at line 2238 of file civetweb.c.
mg_websocket_ready_handler mg_handler_info::ready_handler |
Definition at line 2224 of file civetweb.c.
unsigned int mg_handler_info::refcount |
Definition at line 2219 of file civetweb.c.
int mg_handler_info::removing |
Definition at line 2220 of file civetweb.c.
struct mg_websocket_subprotocols* mg_handler_info::subprotocols |
Definition at line 2229 of file civetweb.c.
char* mg_handler_info::uri |
Definition at line 2211 of file civetweb.c.
size_t mg_handler_info::uri_len |
Definition at line 2212 of file civetweb.c.