ROOT  6.06/08
Reference Guide
Functions
TCivetweb.cxx File Reference
#include "TCivetweb.h"
#include "../civetweb/civetweb.h"
#include <stdlib.h>
#include <string.h>
#include "THttpServer.h"
#include "TUrl.h"
+ Include dependency graph for TCivetweb.cxx:

Go to the source code of this file.

Functions

static int log_message_handler (const struct mg_connection *conn, const char *message)
 
static int begin_request_handler (struct mg_connection *conn)
 

Function Documentation

§ begin_request_handler()

static int begin_request_handler ( struct mg_connection *  conn)
static

Definition at line 30 of file TCivetweb.cxx.

Referenced by TCivetweb::Create().

§ log_message_handler()

static int log_message_handler ( const struct mg_connection *  conn,
const char *  message 
)
static

Definition at line 14 of file TCivetweb.cxx.

Referenced by TCivetweb::Create().