Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <civetweb.h>
Data Fields | |
int | status_code |
const char * | status_text |
const char * | http_version |
long long | content_length |
int | num_headers |
struct mg_header | http_headers [MG_MAX_HEADERS] |
Definition at line 191 of file civetweb.h.
long long mg_response_info::content_length |
Definition at line 196 of file civetweb.h.
Referenced by get_response(), and reset_per_request_attributes().
struct mg_header mg_response_info::http_headers[MG_MAX_HEADERS] |
Definition at line 201 of file civetweb.h.
Referenced by get_response(), mg_get_header(), mg_get_request_info(), and parse_http_response().
const char* mg_response_info::http_version |
Definition at line 194 of file civetweb.h.
Referenced by get_http_version(), parse_http_response(), and reset_per_request_attributes().
int mg_response_info::num_headers |
Definition at line 199 of file civetweb.h.
Referenced by get_response(), mg_get_header(), mg_get_request_info(), parse_http_response(), and reset_per_request_attributes().
int mg_response_info::status_code |
Definition at line 192 of file civetweb.h.
Referenced by get_response(), mg_connect_websocket_client_impl(), mg_get_request_info(), parse_http_response(), reset_per_request_attributes(), and run_client().
const char* mg_response_info::status_text |
Definition at line 193 of file civetweb.h.
Referenced by parse_http_response(), reset_per_request_attributes(), and run_client().