Pyrogenesis  trunk
Classes | Public Attributes | List of all members
mg_request_info Struct Reference

#include <mongoose.h>

Collaboration diagram for mg_request_info:
Collaboration graph
[legend]

Classes

struct  mg_header
 

Public Attributes

void * user_data
 
char * request_method
 
char * uri
 
char * http_version
 
char * query_string
 
char * remote_user
 
char * log_message
 
long remote_ip
 
int remote_port
 
int status_code
 
int is_ssl
 
int num_headers
 
struct mg_request_info::mg_header http_headers [64]
 

Member Data Documentation

struct mg_request_info::mg_header mg_request_info::http_headers[64]
char* mg_request_info::http_version
int mg_request_info::is_ssl
char* mg_request_info::log_message
int mg_request_info::num_headers
char* mg_request_info::query_string
long mg_request_info::remote_ip
int mg_request_info::remote_port
char* mg_request_info::remote_user
char* mg_request_info::request_method
int mg_request_info::status_code
char* mg_request_info::uri
void* mg_request_info::user_data

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