ROOT  6.06/09
Reference Guide
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-v606/rootspi/rdoc/src/v6-06-00-patches/net/http/civetweb/civetweb.h>

+ Collaboration diagram for mg_request_info:

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


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