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

Definition at line 89 of file civetweb.h.

Public Attributes

const char * acceptedWebSocketSubprotocol
 
struct mg_client_certclient_cert
 
voidconn_data
 
long long content_length
 
struct mg_header http_headers [MG_MAX_HEADERS]
 
const char * http_version
 
int is_ssl
 
const char * local_uri
 
int num_headers
 
const char * query_string
 
char remote_addr [48]
 
int remote_port
 
const char * remote_user
 
const char * request_method
 
const char * request_uri
 
voiduser_data
 

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

Member Data Documentation

◆ acceptedWebSocketSubprotocol

const char* mg_request_info::acceptedWebSocketSubprotocol

Definition at line 124 of file civetweb.h.

◆ client_cert

struct mg_client_cert* mg_request_info::client_cert

Definition at line 122 of file civetweb.h.

◆ conn_data

void* mg_request_info::conn_data

Definition at line 116 of file civetweb.h.

◆ content_length

long long mg_request_info::content_length

Definition at line 111 of file civetweb.h.

◆ http_headers

struct mg_header mg_request_info::http_headers[MG_MAX_HEADERS]

Definition at line 119 of file civetweb.h.

◆ http_version

const char* mg_request_info::http_version

Definition at line 99 of file civetweb.h.

◆ is_ssl

int mg_request_info::is_ssl

Definition at line 114 of file civetweb.h.

◆ local_uri

const char* mg_request_info::local_uri

Definition at line 93 of file civetweb.h.

◆ num_headers

int mg_request_info::num_headers

Definition at line 118 of file civetweb.h.

◆ query_string

const char* mg_request_info::query_string

Definition at line 100 of file civetweb.h.

◆ remote_addr

char mg_request_info::remote_addr[48]

Definition at line 104 of file civetweb.h.

◆ remote_port

int mg_request_info::remote_port

Definition at line 113 of file civetweb.h.

◆ remote_user

const char* mg_request_info::remote_user

Definition at line 102 of file civetweb.h.

◆ request_method

const char* mg_request_info::request_method

Definition at line 90 of file civetweb.h.

◆ request_uri

const char* mg_request_info::request_uri

Definition at line 91 of file civetweb.h.

◆ user_data

void* mg_request_info::user_data

Definition at line 115 of file civetweb.h.

Collaboration diagram for mg_request_info:
[legend]

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