Logo ROOT   6.10/09
Reference Guide
List of all members | Public Attributes | List of all members
mg_callbacks Struct Reference

Definition at line 95 of file civetweb.h.

Public Attributes

int(* begin_request )(struct mg_connection *)
 
void(* connection_close )(const struct mg_connection *)
 
void(* end_request )(const struct mg_connection *, int reply_status_code)
 
void(* exit_context )(const struct mg_context *ctx)
 
int(* http_error )(struct mg_connection *, int status)
 
void(* init_context )(const struct mg_context *ctx)
 
void(* init_lua )(const struct mg_connection *, void *lua_context)
 
int(* init_ssl )(void *ssl_context, void *user_data)
 
void(* init_thread )(const struct mg_context *ctx, int thread_type)
 
int(* log_access )(const struct mg_connection *, const char *message)
 
int(* log_message )(const struct mg_connection *, const char *message)
 
const char *(* open_file )(const struct mg_connection *, const char *path, size_t *data_len)
 

#include </mnt/build/workspace/root-makedoc-v610/rootspi/rdoc/src/v6-10-00-patches/net/http/civetweb/civetweb.h>

Member Data Documentation

◆ begin_request

int(* mg_callbacks::begin_request) (struct mg_connection *)

Definition at line 110 of file civetweb.h.

◆ connection_close

void(* mg_callbacks::connection_close) (const struct mg_connection *)

Definition at line 166 of file civetweb.h.

◆ end_request

void(* mg_callbacks::end_request) (const struct mg_connection *, int reply_status_code)

Definition at line 113 of file civetweb.h.

◆ exit_context

void(* mg_callbacks::exit_context) (const struct mg_context *ctx)

Definition at line 225 of file civetweb.h.

◆ http_error

int(* mg_callbacks::http_error) (struct mg_connection *, int status)

Definition at line 204 of file civetweb.h.

◆ init_context

void(* mg_callbacks::init_context) (const struct mg_context *ctx)

Definition at line 210 of file civetweb.h.

◆ init_lua

void(* mg_callbacks::init_lua) (const struct mg_connection *, void *lua_context)

Definition at line 186 of file civetweb.h.

◆ init_ssl

int(* mg_callbacks::init_ssl) (void *ssl_context, void *user_data)

Definition at line 130 of file civetweb.h.

◆ init_thread

void(* mg_callbacks::init_thread) (const struct mg_context *ctx, int thread_type)

Definition at line 220 of file civetweb.h.

◆ log_access

int(* mg_callbacks::log_access) (const struct mg_connection *, const char *message)

Definition at line 121 of file civetweb.h.

◆ log_message

int(* mg_callbacks::log_message) (const struct mg_connection *, const char *message)

Definition at line 117 of file civetweb.h.

◆ open_file

const char*(* mg_callbacks::open_file) (const struct mg_connection *, const char *path, size_t *data_len)

Definition at line 178 of file civetweb.h.


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