Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
mg_handler_info Struct Reference

Definition at line 2527 of file civetweb.c.

Public Attributes

mg_authorization_handler auth_handler
 
voidcbdata
 
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_infonext
 
mg_websocket_ready_handler ready_handler
 
unsigned int refcount
 
pthread_cond_t refcount_cond
 
pthread_mutex_t refcount_mutex
 
struct mg_websocket_subprotocolssubprotocols
 
char * uri
 
size_t uri_len
 

Member Data Documentation

◆ auth_handler

mg_authorization_handler mg_handler_info::auth_handler

Definition at line 2552 of file civetweb.c.

◆ cbdata

void* mg_handler_info::cbdata

Definition at line 2555 of file civetweb.c.

◆ close_handler

mg_websocket_close_handler mg_handler_info::close_handler

Definition at line 2546 of file civetweb.c.

◆ connect_handler

mg_websocket_connect_handler mg_handler_info::connect_handler

Definition at line 2543 of file civetweb.c.

◆ data_handler

mg_websocket_data_handler mg_handler_info::data_handler

Definition at line 2545 of file civetweb.c.

◆ handler

mg_request_handler mg_handler_info::handler

Definition at line 2536 of file civetweb.c.

◆ handler_type

int mg_handler_info::handler_type

Definition at line 2533 of file civetweb.c.

◆ next

struct mg_handler_info* mg_handler_info::next

Definition at line 2558 of file civetweb.c.

◆ ready_handler

mg_websocket_ready_handler mg_handler_info::ready_handler

Definition at line 2544 of file civetweb.c.

◆ refcount

unsigned int mg_handler_info::refcount

Definition at line 2537 of file civetweb.c.

◆ refcount_cond

pthread_cond_t mg_handler_info::refcount_cond

Definition at line 2540 of file civetweb.c.

◆ refcount_mutex

pthread_mutex_t mg_handler_info::refcount_mutex

Definition at line 2538 of file civetweb.c.

◆ subprotocols

struct mg_websocket_subprotocols* mg_handler_info::subprotocols

Definition at line 2549 of file civetweb.c.

◆ uri

char* mg_handler_info::uri

Definition at line 2529 of file civetweb.c.

◆ uri_len

size_t mg_handler_info::uri_len

Definition at line 2530 of file civetweb.c.

Collaboration diagram for mg_handler_info:
[legend]

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