Logo ROOT   6.14/05
Reference Guide
List of all members | Public Attributes | List of all members
mg_response_info Struct Reference

Definition at line 131 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
 

#include </mnt/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/net/http/civetweb/civetweb.h>

Member Data Documentation

◆ content_length

long long mg_response_info::content_length

Definition at line 136 of file civetweb.h.

◆ http_headers

struct mg_header mg_response_info::http_headers[MG_MAX_HEADERS]

Definition at line 140 of file civetweb.h.

◆ http_version

const char* mg_response_info::http_version

Definition at line 134 of file civetweb.h.

◆ num_headers

int mg_response_info::num_headers

Definition at line 139 of file civetweb.h.

◆ status_code

int mg_response_info::status_code

Definition at line 132 of file civetweb.h.

◆ status_text

const char* mg_response_info::status_text

Definition at line 133 of file civetweb.h.

Collaboration diagram for mg_response_info:
[legend]

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