Home
last modified time | relevance | path

Searched defs:mg_response_info (Results 1 – 3 of 3) sorted by relevance

/dports/www/civetweb/civetweb-1.15/include/
H A Dcivetweb.h191 struct mg_response_info { struct
192 int status_code; /* E.g. 200 */
193 const char *status_text; /* E.g. "OK" */
194 const char *http_version; /* E.g. "1.0", "1.1" */
196 long long content_length; /* Length (in bytes) of the request body,
199 int num_headers; /* Number of HTTP headers */
201 http_headers[MG_MAX_HEADERS]; /* Allocate maximum headers */
/dports/emulators/z80pack/z80pack-1.37/webfrontend/civetweb/include/
H A Dcivetweb.h182 struct mg_response_info { struct
183 int status_code; /* E.g. 200 */
184 const char *status_text; /* E.g. "OK" */
185 const char *http_version; /* E.g. "1.0", "1.1" */
187 long long content_length; /* Length (in bytes) of the request body,
190 int num_headers; /* Number of HTTP headers */
192 http_headers[MG_MAX_HEADERS]; /* Allocate maximum headers */
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/include/faup/civetweb/
H A Dcivetweb.h182 struct mg_response_info { struct
183 int status_code; /* E.g. 200 */
184 const char *status_text; /* E.g. "OK" */
185 const char *http_version; /* E.g. "1.0", "1.1" */
187 long long content_length; /* Length (in bytes) of the request body,
190 int num_headers; /* Number of HTTP headers */
192 http_headers[MG_MAX_HEADERS]; /* Allocate maximum headers */