ROOT 6.07/09 Reference Guide |
Definition at line 57 of file civetweb.h.
Classes | |
struct | mg_header |
Public Attributes | |
void * | conn_data |
long long | content_length |
struct mg_request_info::mg_header | http_headers [64] |
const char * | http_version |
int | is_ssl |
const char * | local_uri |
int | num_headers |
const char * | query_string |
char | remote_addr [48] |
int | remote_port |
const char * | remote_user |
const char * | request_method |
const char * | request_uri |
const char * | uri |
void * | user_data |
void* mg_request_info::conn_data |
Definition at line 82 of file civetweb.h.
long long mg_request_info::content_length |
Definition at line 77 of file civetweb.h.
struct mg_request_info::mg_header mg_request_info::http_headers[64] |
const char* mg_request_info::http_version |
Definition at line 65 of file civetweb.h.
int mg_request_info::is_ssl |
Definition at line 80 of file civetweb.h.
const char* mg_request_info::local_uri |
Definition at line 61 of file civetweb.h.
int mg_request_info::num_headers |
Definition at line 84 of file civetweb.h.
const char* mg_request_info::query_string |
Definition at line 66 of file civetweb.h.
char mg_request_info::remote_addr[48] |
Definition at line 70 of file civetweb.h.
int mg_request_info::remote_port |
Definition at line 79 of file civetweb.h.
const char* mg_request_info::remote_user |
Definition at line 68 of file civetweb.h.
const char* mg_request_info::request_method |
Definition at line 58 of file civetweb.h.
const char* mg_request_info::request_uri |
Definition at line 59 of file civetweb.h.
const char* mg_request_info::uri |
Definition at line 64 of file civetweb.h.
void* mg_request_info::user_data |
Definition at line 81 of file civetweb.h.