Definition at line 182 of file civetweb.h.
Public Attributes | |
long long | content_length |
struct mg_header | http_headers [MG_MAX_HEADERS] |
const char * | http_version |
int | num_headers |
int | status_code |
const char * | status_text |
long long mg_response_info::content_length |
Definition at line 187 of file civetweb.h.
struct mg_header mg_response_info::http_headers[MG_MAX_HEADERS] |
Definition at line 192 of file civetweb.h.
const char* mg_response_info::http_version |
Definition at line 185 of file civetweb.h.
int mg_response_info::num_headers |
Definition at line 190 of file civetweb.h.
int mg_response_info::status_code |
Definition at line 183 of file civetweb.h.
const char* mg_response_info::status_text |
Definition at line 184 of file civetweb.h.