![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 41 of file civetweb.h.
Classes | |
| struct | mg_header |
Public Attributes | |
| const char * | request_method |
| const char * | uri |
| const char * | http_version |
| const char * | query_string |
| const char * | remote_user |
| long | remote_ip |
| int | remote_port |
| int | is_ssl |
| void * | user_data |
| void * | conn_data |
| int | num_headers |
| struct mg_request_info::mg_header | http_headers [64] |
Collaboration diagram for mg_request_info:| void* mg_request_info::conn_data |
Definition at line 53 of file civetweb.h.
| struct mg_request_info::mg_header mg_request_info::http_headers[64] |
Referenced by begin_request_handler(), get_header(), handle_cgi_request(), and parse_http_headers().
| const char* mg_request_info::http_version |
Definition at line 44 of file civetweb.h.
Referenced by log_access(), parse_http_message(), process_new_connection(), and should_keep_alive().
| int mg_request_info::is_ssl |
Definition at line 51 of file civetweb.h.
| int mg_request_info::num_headers |
Definition at line 55 of file civetweb.h.
Referenced by begin_request_handler(), get_header(), handle_cgi_request(), parse_http_headers(), and parse_http_message().
| const char* mg_request_info::query_string |
Definition at line 45 of file civetweb.h.
Referenced by begin_request_handler().
| long mg_request_info::remote_ip |
Definition at line 49 of file civetweb.h.
| int mg_request_info::remote_port |
Definition at line 50 of file civetweb.h.
| const char* mg_request_info::remote_user |
Definition at line 47 of file civetweb.h.
Referenced by begin_request_handler(), log_access(), parse_http_message(), and process_new_connection().
| const char* mg_request_info::request_method |
Definition at line 42 of file civetweb.h.
Referenced by begin_request_handler(), handle_request(), log_access(), and parse_http_message().
| const char* mg_request_info::uri |
Definition at line 43 of file civetweb.h.
Referenced by begin_request_handler(), handle_request(), log_access(), parse_http_message(), process_new_connection(), and use_request_handler().
| void* mg_request_info::user_data |
Definition at line 52 of file civetweb.h.
Referenced by begin_request_handler().