Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
char * | uri |
size_t | uri_len |
int | handler_type |
mg_request_handler | handler |
unsigned int | refcount |
int | removing |
mg_websocket_connect_handler | connect_handler |
mg_websocket_ready_handler | ready_handler |
mg_websocket_data_handler | data_handler |
mg_websocket_close_handler | close_handler |
struct mg_websocket_subprotocols * | subprotocols |
mg_authorization_handler | auth_handler |
void * | cbdata |
struct mg_handler_info * | next |
Definition at line 2228 of file civetweb.c.
mg_authorization_handler mg_handler_info::auth_handler |
Definition at line 2251 of file civetweb.c.
Referenced by get_request_handler(), and mg_set_handler_type().
void* mg_handler_info::cbdata |
Definition at line 2254 of file civetweb.c.
Referenced by get_request_handler(), mg_set_auth_handler(), mg_set_handler_type(), mg_set_request_handler(), mg_set_websocket_handler(), and mg_set_websocket_handler_with_subprotocols().
mg_websocket_close_handler mg_handler_info::close_handler |
Definition at line 2245 of file civetweb.c.
Referenced by get_request_handler(), mg_set_handler_type(), mg_set_websocket_handler(), and mg_set_websocket_handler_with_subprotocols().
mg_websocket_connect_handler mg_handler_info::connect_handler |
Definition at line 2242 of file civetweb.c.
Referenced by get_request_handler(), mg_set_handler_type(), mg_set_websocket_handler(), and mg_set_websocket_handler_with_subprotocols().
mg_websocket_data_handler mg_handler_info::data_handler |
Definition at line 2244 of file civetweb.c.
Referenced by get_request_handler(), mg_set_handler_type(), mg_set_websocket_handler(), and mg_set_websocket_handler_with_subprotocols().
mg_request_handler mg_handler_info::handler |
Definition at line 2237 of file civetweb.c.
Referenced by get_request_handler(), mg_set_auth_handler(), mg_set_handler_type(), and mg_set_request_handler().
int mg_handler_info::handler_type |
Definition at line 2234 of file civetweb.c.
Referenced by get_request_handler(), and mg_set_handler_type().
struct mg_handler_info* mg_handler_info::next |
Definition at line 2257 of file civetweb.c.
Referenced by free_context(), get_request_handler(), and mg_set_handler_type().
mg_websocket_ready_handler mg_handler_info::ready_handler |
Definition at line 2243 of file civetweb.c.
Referenced by get_request_handler(), mg_set_handler_type(), mg_set_websocket_handler(), and mg_set_websocket_handler_with_subprotocols().
unsigned int mg_handler_info::refcount |
Definition at line 2238 of file civetweb.c.
Referenced by get_request_handler(), mg_set_handler_type(), and release_handler_ref().
int mg_handler_info::removing |
Definition at line 2239 of file civetweb.c.
Referenced by get_request_handler(), and mg_set_handler_type().
struct mg_websocket_subprotocols* mg_handler_info::subprotocols |
Definition at line 2248 of file civetweb.c.
Referenced by get_request_handler(), mg_set_handler_type(), and mg_set_websocket_handler_with_subprotocols().
char* mg_handler_info::uri |
Definition at line 2230 of file civetweb.c.
Referenced by free_context(), get_request_handler(), mg_set_auth_handler(), mg_set_handler_type(), mg_set_request_handler(), mg_set_websocket_handler(), and mg_set_websocket_handler_with_subprotocols().
size_t mg_handler_info::uri_len |
Definition at line 2231 of file civetweb.c.
Referenced by get_request_handler(), and mg_set_handler_type().