ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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)
 
 ClassImp (TCivetweb) TCivetweb
 constructor More...
 

Function Documentation

static int begin_request_handler ( struct mg_connection *  conn)
static

Definition at line 30 of file TCivetweb.cxx.

Referenced by TCivetweb::Create().

ClassImp ( TCivetweb  )

constructor

Definition at line 194 of file TCivetweb.cxx.

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