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

Public Attributes

struct mg_request_info request_info
 
struct mg_contextctx
 
SSLssl
 
SSL_CTXclient_ssl_ctx
 
struct socket client
 
time_t conn_birth_time
 
struct timespec req_time
 
int64_t num_bytes_sent
 
int64_t content_len
 
int64_t consumed_content
 
int is_chunked
 
size_t chunk_remainder
 
char * buf
 
char * path_info
 
int must_close
 
int in_error_handler
 
int internal_error
 
int buf_size
 
int request_len
 
int data_len
 
int status_code
 
int throttle
 
time_t last_throttle_time
 
int64_t last_throttle_bytes
 
pthread_mutex_t mutex
 

Member Data Documentation

◆ buf

char* mg_connection::buf

◆ buf_size

int mg_connection::buf_size

◆ chunk_remainder

size_t mg_connection::chunk_remainder

◆ client

struct socket mg_connection::client

◆ client_ssl_ctx

SSL_CTX* mg_connection::client_ssl_ctx

◆ conn_birth_time

time_t mg_connection::conn_birth_time

◆ 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

◆ in_error_handler

int mg_connection::in_error_handler

◆ internal_error

int mg_connection::internal_error

◆ is_chunked

int mg_connection::is_chunked

◆ last_throttle_bytes

int64_t mg_connection::last_throttle_bytes

◆ last_throttle_time

time_t mg_connection::last_throttle_time

◆ must_close

int mg_connection::must_close

◆ mutex

pthread_mutex_t mg_connection::mutex

◆ num_bytes_sent

int64_t mg_connection::num_bytes_sent

◆ path_info

char* mg_connection::path_info

◆ req_time

struct timespec mg_connection::req_time

◆ request_info

struct mg_request_info mg_connection::request_info

◆ request_len

int mg_connection::request_len

◆ ssl

SSL* mg_connection::ssl

◆ status_code

int mg_connection::status_code

◆ throttle

int mg_connection::throttle

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