RetroArch
Classes | Public Attributes | List of all members
mg_request_info Struct Reference

#include <civetweb.h>

Collaboration diagram for mg_request_info:
[legend]

Classes

struct  mg_header
 

Public Attributes

const char * request_method
 
const char * request_uri
 
const char * local_uri
 
const char * uri
 
const char * http_version
 
const char * query_string
 
const char * remote_user
 
char remote_addr [48]
 
long long content_length
 
int remote_port
 
int is_ssl
 
voiduser_data
 
voidconn_data
 
int num_headers
 
struct mg_request_info::mg_header http_headers [64]
 

Member Data Documentation

◆ conn_data

void* mg_request_info::conn_data

◆ content_length

long long mg_request_info::content_length

◆ http_headers

struct mg_request_info::mg_header mg_request_info::http_headers[64]

◆ http_version

const char* mg_request_info::http_version

◆ is_ssl

int mg_request_info::is_ssl

◆ local_uri

const char* mg_request_info::local_uri

◆ num_headers

int mg_request_info::num_headers

◆ query_string

const char* mg_request_info::query_string

◆ remote_addr

char mg_request_info::remote_addr[48]

◆ remote_port

int mg_request_info::remote_port

◆ remote_user

const char* mg_request_info::remote_user

◆ request_method

const char* mg_request_info::request_method

◆ request_uri

const char* mg_request_info::request_uri

◆ uri

const char* mg_request_info::uri

◆ user_data

void* mg_request_info::user_data

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