ROOT  6.06/08
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 </builddir/build/BUILD/root-6.06.08/net/http/civetweb/civetweb.h>

+ Collaboration diagram for mg_request_info:

Member Data Documentation

§ conn_data

void* mg_request_info::conn_data

Definition at line 53 of file civetweb.h.

§ http_headers

struct mg_request_info::mg_header mg_request_info::http_headers[64]

§ http_version

const char* mg_request_info::http_version

Definition at line 44 of file civetweb.h.

Referenced by parse_http_message(), process_new_connection(), and should_keep_alive().

§ is_ssl

int mg_request_info::is_ssl

Definition at line 51 of file civetweb.h.

§ num_headers

int mg_request_info::num_headers

§ query_string

const char* mg_request_info::query_string

Definition at line 45 of file civetweb.h.

Referenced by begin_request_handler().

§ remote_ip

long mg_request_info::remote_ip

Definition at line 49 of file civetweb.h.

§ remote_port

int mg_request_info::remote_port

Definition at line 50 of file civetweb.h.

§ remote_user

const char* mg_request_info::remote_user

Definition at line 47 of file civetweb.h.

Referenced by begin_request_handler(), parse_http_message(), and process_new_connection().

§ request_method

const char* mg_request_info::request_method

Definition at line 42 of file civetweb.h.

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

§ uri

const char* mg_request_info::uri

§ user_data

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: