Definition at line 2695 of file civetweb.c.
Public Attributes | |
| int | accept_gzip |
| char * | buf |
| int | buf_size |
| size_t | chunk_remainder |
| struct socket | client |
| SSL_CTX * | client_ssl_ctx |
| 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 |
| const char * | host |
| int | in_error_handler |
| int | is_chunked |
| int64_t | 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 |
| struct timespec | req_time |
| struct mg_request_info | request_info |
| int | request_len |
| struct mg_response_info | response_info |
| SSL * | ssl |
| int | status_code |
| int | thread_index |
| int | throttle |
| int mg_connection::accept_gzip |
Definition at line 2732 of file civetweb.c.
| char* mg_connection::buf |
Definition at line 2728 of file civetweb.c.
| int mg_connection::buf_size |
Definition at line 2740 of file civetweb.c.
| size_t mg_connection::chunk_remainder |
Definition at line 2727 of file civetweb.c.
| struct socket mg_connection::client |
Definition at line 2713 of file civetweb.c.
| SSL_CTX* mg_connection::client_ssl_ctx |
Definition at line 2712 of file civetweb.c.
| time_t mg_connection::conn_birth_time |
Definition at line 2714 of file civetweb.c.
| int mg_connection::connection_type |
Definition at line 2696 of file civetweb.c.
| int64_t mg_connection::consumed_content |
Definition at line 2720 of file civetweb.c.
| int64_t mg_connection::content_len |
Definition at line 2719 of file civetweb.c.
| int mg_connection::data_len |
Definition at line 2742 of file civetweb.c.
| struct mg_domain_context* mg_connection::dom_ctx |
Definition at line 2702 of file civetweb.c.
| int mg_connection::handled_requests |
Definition at line 2738 of file civetweb.c.
| const char* mg_connection::host |
Definition at line 2710 of file civetweb.c.
| int mg_connection::in_error_handler |
Definition at line 2733 of file civetweb.c.
| int mg_connection::is_chunked |
Definition at line 2721 of file civetweb.c.
| int64_t mg_connection::last_throttle_bytes |
Definition at line 2748 of file civetweb.c.
| time_t mg_connection::last_throttle_time |
Definition at line 2747 of file civetweb.c.
| int mg_connection::must_close |
Definition at line 2731 of file civetweb.c.
| pthread_mutex_t mg_connection::mutex |
Definition at line 2749 of file civetweb.c.
| int64_t mg_connection::num_bytes_sent |
Definition at line 2718 of file civetweb.c.
| char* mg_connection::path_info |
Definition at line 2729 of file civetweb.c.
| struct mg_context* mg_connection::phys_ctx |
Definition at line 2701 of file civetweb.c.
| struct timespec mg_connection::req_time |
Definition at line 2716 of file civetweb.c.
| struct mg_request_info mg_connection::request_info |
Definition at line 2698 of file civetweb.c.
| int mg_connection::request_len |
Definition at line 2741 of file civetweb.c.
| struct mg_response_info mg_connection::response_info |
Definition at line 2699 of file civetweb.c.
| SSL* mg_connection::ssl |
Definition at line 2711 of file civetweb.c.
| int mg_connection::status_code |
Definition at line 2743 of file civetweb.c.
| int mg_connection::thread_index |
Definition at line 2755 of file civetweb.c.
| int mg_connection::throttle |
Definition at line 2744 of file civetweb.c.