Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
mg_connection Struct Reference

Public Attributes

struct mg_connectionpeer
 
struct mg_request_info request_info
 
struct mg_contextctx
 
SSLssl
 
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
 

Detailed Description

Definition at line 504 of file mongoose.cpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following files: