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

◆ http_headers

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

◆ http_version

char* mg_request_info::http_version

◆ is_ssl

int mg_request_info::is_ssl

◆ log_message

char* mg_request_info::log_message

◆ num_headers

int mg_request_info::num_headers

◆ query_string

char* mg_request_info::query_string

◆ remote_ip

long mg_request_info::remote_ip

◆ remote_port

int mg_request_info::remote_port

◆ remote_user

char* mg_request_info::remote_user

◆ request_method

char* mg_request_info::request_method

◆ status_code

int mg_request_info::status_code

◆ uri

char* mg_request_info::uri

◆ user_data

void* mg_request_info::user_data

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