NVIDIA DeepStream SDK API Reference

6.4 Release
mg_response_info Struct Reference

Detailed Description

Definition at line 191 of file civetweb.h.

Collaboration diagram for mg_response_info:

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]
 

Field Documentation

◆ content_length

long long mg_response_info::content_length

Definition at line 196 of file civetweb.h.

◆ http_headers

struct mg_header mg_response_info::http_headers[MG_MAX_HEADERS]

Definition at line 200 of file civetweb.h.

◆ http_version

const char* mg_response_info::http_version

Definition at line 194 of file civetweb.h.

◆ num_headers

int mg_response_info::num_headers

Definition at line 199 of file civetweb.h.

◆ status_code

int mg_response_info::status_code

Definition at line 192 of file civetweb.h.

◆ status_text

const char* mg_response_info::status_text

Definition at line 193 of file civetweb.h.


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