Pyrogenesis  trunk
Public Attributes | List of all members
mg_connection Struct Reference
Collaboration diagram for mg_connection:
Collaboration graph
[legend]

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
 

Member Data Documentation

◆ birth_time

time_t mg_connection::birth_time

◆ buf

char * mg_connection::buf

◆ buf_size

int mg_connection::buf_size

◆ client

struct socket mg_connection::client

◆ consumed_content

int64_t mg_connection::consumed_content

◆ content_len

int64_t mg_connection::content_len

◆ ctx

struct mg_context * mg_connection::ctx

◆ data_len

int mg_connection::data_len

◆ num_bytes_sent

int64_t mg_connection::num_bytes_sent

◆ peer

struct mg_connection * mg_connection::peer

◆ request_info

struct mg_request_info mg_connection::request_info

◆ request_len

int mg_connection::request_len

◆ ssl

SSL * mg_connection::ssl

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