Definition at line 2449 of file civetweb.c.
Public Attributes | |
| int | accept_gzip | 
| char * | buf | 
| int | buf_size | 
| struct socket | client | 
| time_t | conn_birth_time | 
| int | connection_type | 
| int64_t | consumed_content | 
| int64_t | content_len | 
| int | data_len | 
| struct mg_domain_context * | dom_ctx | 
| int | handled_requests | 
| int | in_error_handler | 
| int | is_chunked | 
| int | last_throttle_bytes | 
| time_t | last_throttle_time | 
| int | must_close | 
| pthread_mutex_t | mutex | 
| int64_t | num_bytes_sent | 
| char * | path_info | 
| struct mg_context * | phys_ctx | 
| int | protocol_type | 
| struct timespec | req_time | 
| struct mg_request_info | request_info | 
| int | request_len | 
| int | request_state | 
| struct mg_response_info | response_info | 
| SSL * | ssl | 
| int | status_code | 
| int | throttle | 
| void * | tls_user_ptr | 
| int mg_connection::accept_gzip | 
Definition at line 2500 of file civetweb.c.
| char* mg_connection::buf | 
Definition at line 2496 of file civetweb.c.
| int mg_connection::buf_size | 
Definition at line 2520 of file civetweb.c.
Definition at line 2471 of file civetweb.c.
| time_t mg_connection::conn_birth_time | 
Definition at line 2472 of file civetweb.c.
| int mg_connection::connection_type | 
Definition at line 2450 of file civetweb.c.
| int64_t mg_connection::consumed_content | 
Definition at line 2488 of file civetweb.c.
| int64_t mg_connection::content_len | 
Definition at line 2482 of file civetweb.c.
| int mg_connection::data_len | 
Definition at line 2522 of file civetweb.c.
| struct mg_domain_context* mg_connection::dom_ctx | 
Definition at line 2462 of file civetweb.c.
| int mg_connection::handled_requests | 
Definition at line 2518 of file civetweb.c.
| int mg_connection::in_error_handler | 
Definition at line 2501 of file civetweb.c.
| int mg_connection::is_chunked | 
Definition at line 2489 of file civetweb.c.
| int mg_connection::last_throttle_bytes | 
Definition at line 2528 of file civetweb.c.
| time_t mg_connection::last_throttle_time | 
Definition at line 2527 of file civetweb.c.
| int mg_connection::must_close | 
Definition at line 2499 of file civetweb.c.
| pthread_mutex_t mg_connection::mutex | 
Definition at line 2529 of file civetweb.c.
| int64_t mg_connection::num_bytes_sent | 
Definition at line 2481 of file civetweb.c.
| char* mg_connection::path_info | 
Definition at line 2497 of file civetweb.c.
| struct mg_context* mg_connection::phys_ctx | 
Definition at line 2461 of file civetweb.c.
| int mg_connection::protocol_type | 
Definition at line 2451 of file civetweb.c.
Definition at line 2479 of file civetweb.c.
| struct mg_request_info mg_connection::request_info | 
Definition at line 2458 of file civetweb.c.
| int mg_connection::request_len | 
Definition at line 2521 of file civetweb.c.
| int mg_connection::request_state | 
Definition at line 2452 of file civetweb.c.
| struct mg_response_info mg_connection::response_info | 
Definition at line 2459 of file civetweb.c.
| SSL* mg_connection::ssl | 
Definition at line 2470 of file civetweb.c.
| int mg_connection::status_code | 
Definition at line 2523 of file civetweb.c.
| int mg_connection::throttle | 
Definition at line 2524 of file civetweb.c.
| void* mg_connection::tls_user_ptr | 
Definition at line 2535 of file civetweb.c.