ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Classes | Public Attributes | List of all members
mg_request_info Struct Reference

Definition at line 41 of file civetweb.h.

Classes

struct  mg_header
 

Public Attributes

const char * request_method
 
const char * uri
 
const char * http_version
 
const char * query_string
 
const char * remote_user
 
long remote_ip
 
int remote_port
 
int is_ssl
 
voiduser_data
 
voidconn_data
 
int num_headers
 
struct mg_request_info::mg_header http_headers [64]
 

#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/net/http/civetweb/civetweb.h>

Member Data Documentation

void* mg_request_info::conn_data

Definition at line 53 of file civetweb.h.

struct mg_request_info::mg_header mg_request_info::http_headers[64]
const char* mg_request_info::http_version
int mg_request_info::is_ssl

Definition at line 51 of file civetweb.h.

int mg_request_info::num_headers
const char* mg_request_info::query_string

Definition at line 45 of file civetweb.h.

Referenced by begin_request_handler().

long mg_request_info::remote_ip

Definition at line 49 of file civetweb.h.

int mg_request_info::remote_port

Definition at line 50 of file civetweb.h.

const char* mg_request_info::remote_user
const char* mg_request_info::request_method

Definition at line 42 of file civetweb.h.

Referenced by begin_request_handler(), handle_request(), log_access(), and parse_http_message().

const char* mg_request_info::uri
void* mg_request_info::user_data

Definition at line 52 of file civetweb.h.

Referenced by begin_request_handler().

Collaboration diagram for mg_request_info:
[legend]

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