#include <mongoose.h>
Classes | |
struct | mg_header |
Public Attributes | |
struct mg_request_info::mg_header | http_headers [64] |
char * | http_version |
int | is_ssl |
char * | log_message |
int | num_headers |
char * | query_string |
long | remote_ip |
int | remote_port |
char * | remote_user |
char * | request_method |
int | status_code |
char * | uri |
void * | user_data |
Definition at line 33 of file mongoose.h.
struct mg_request_info::mg_header mg_request_info::http_headers[64] |
char* mg_request_info::http_version |
Definition at line 37 of file mongoose.h.
int mg_request_info::is_ssl |
Definition at line 44 of file mongoose.h.
char* mg_request_info::log_message |
Definition at line 40 of file mongoose.h.
int mg_request_info::num_headers |
Definition at line 45 of file mongoose.h.
char* mg_request_info::query_string |
Definition at line 38 of file mongoose.h.
long mg_request_info::remote_ip |
Definition at line 41 of file mongoose.h.
int mg_request_info::remote_port |
Definition at line 42 of file mongoose.h.
char* mg_request_info::remote_user |
Definition at line 39 of file mongoose.h.
char* mg_request_info::request_method |
Definition at line 35 of file mongoose.h.
int mg_request_info::status_code |
Definition at line 43 of file mongoose.h.
char* mg_request_info::uri |
Definition at line 36 of file mongoose.h.
void* mg_request_info::user_data |
Definition at line 34 of file mongoose.h.