RTEMS 6.1-rc1
Data Fields
mg_callbacks Struct Reference

Data Fields

int(* begin_request )(struct mg_connection *)
 
void(* end_request )(const struct mg_connection *, int reply_status_code)
 
int(* log_message )(const struct mg_connection *, const char *message)
 
int(* init_ssl )(void *ssl_context, void *user_data)
 
int(* websocket_connect )(const struct mg_connection *)
 
void(* websocket_ready )(struct mg_connection *)
 
int(* websocket_data )(struct mg_connection *, int bits, char *data, size_t data_len)
 
const char *(* open_file )(const struct mg_connection *, const char *path, size_t *data_len)
 
void(* init_lua )(struct mg_connection *, void *lua_context)
 
void(* upload )(struct mg_connection *, const char *file_name)
 
int(* http_error )(struct mg_connection *, int status)
 
int(* http_etag )(const struct mg_connection *, const char *path, char *etag, size_t etag_len)
 

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