Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
mg_handler_info Struct Reference

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_subprotocolssubprotocols
 
mg_authorization_handler auth_handler
 
void * cbdata
 
struct mg_handler_infonext
 

Detailed Description

Definition at line 2228 of file civetweb.c.

Field Documentation

◆ auth_handler

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().

◆ cbdata

◆ close_handler

◆ connect_handler

◆ data_handler

◆ handler

mg_request_handler mg_handler_info::handler

◆ handler_type

int mg_handler_info::handler_type

Definition at line 2234 of file civetweb.c.

Referenced by get_request_handler(), and mg_set_handler_type().

◆ next

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().

◆ ready_handler

◆ refcount

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().

◆ removing

int mg_handler_info::removing

Definition at line 2239 of file civetweb.c.

Referenced by get_request_handler(), and mg_set_handler_type().

◆ subprotocols

struct mg_websocket_subprotocols* mg_handler_info::subprotocols

◆ uri

◆ uri_len

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().


The documentation for this struct was generated from the following file: