Support Forum G3D Web Page |
Public Attributes | |
const char * | acceptedWebSocketSubprotocol |
struct mg_client_cert * | client_cert |
void * | conn_data |
long long | content_length |
struct 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 |
void * | user_data |
const char* mg_request_info::acceptedWebSocketSubprotocol |
struct mg_client_cert* mg_request_info::client_cert |
void* mg_request_info::conn_data |
long long mg_request_info::content_length |
struct mg_header mg_request_info::http_headers[(64)] |
const char* mg_request_info::http_version |
int mg_request_info::is_ssl |
const char* mg_request_info::local_uri |
int mg_request_info::num_headers |
const char* mg_request_info::query_string |
char mg_request_info::remote_addr[48] |
int mg_request_info::remote_port |
const char* mg_request_info::remote_user |
const char* mg_request_info::request_method |
const char* mg_request_info::request_uri |
void* mg_request_info::user_data |