Pyrogenesis
13997
|
Public Attributes | |
struct mg_connection * | peer |
struct mg_request_info | request_info |
struct mg_context * | ctx |
SSL * | ssl |
struct socket | client |
time_t | birth_time |
int64_t | num_bytes_sent |
int64_t | content_len |
int64_t | consumed_content |
char * | buf |
int | buf_size |
int | request_len |
int | data_len |
Definition at line 504 of file mongoose.cpp.
time_t mg_connection::birth_time |
Definition at line 510 of file mongoose.cpp.
char * mg_connection::buf |
Definition at line 514 of file mongoose.cpp.
int mg_connection::buf_size |
Definition at line 515 of file mongoose.cpp.
struct socket mg_connection::client |
Definition at line 509 of file mongoose.cpp.
int64_t mg_connection::consumed_content |
Definition at line 513 of file mongoose.cpp.
int64_t mg_connection::content_len |
Definition at line 512 of file mongoose.cpp.
struct mg_context * mg_connection::ctx |
Definition at line 507 of file mongoose.cpp.
int mg_connection::data_len |
Definition at line 517 of file mongoose.cpp.
int64_t mg_connection::num_bytes_sent |
Definition at line 511 of file mongoose.cpp.
struct mg_connection * mg_connection::peer |
Definition at line 505 of file mongoose.cpp.
struct mg_request_info mg_connection::request_info |
Definition at line 506 of file mongoose.cpp.
int mg_connection::request_len |
Definition at line 516 of file mongoose.cpp.
SSL * mg_connection::ssl |
Definition at line 508 of file mongoose.cpp.