Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mg_http_proto_data Struct Reference
+ Collaboration diagram for mg_http_proto_data:

Public Attributes

struct mg_http_proto_data_file file
 
struct mg_http_proto_data_cgi cgi
 
struct mg_http_proto_data_chuncked chunk
 
struct mg_http_endpointendpoints
 
mg_event_handler_t endpoint_handler
 

Detailed Description

Definition at line 4205 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 4205 of file mongoose.cc

Member Data Documentation

struct mg_http_proto_data_cgi mg_http_proto_data::cgi

Definition at line 4210 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 4210 of file mongoose.cc

Referenced by mg_handle_cgi(), mg_http_conn_destructor(), and mg_http_transfer_file_data().

struct mg_http_proto_data_chuncked mg_http_proto_data::chunk

Definition at line 4215 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 4215 of file mongoose.cc

Referenced by mg_handle_chunked().

mg_event_handler_t mg_http_proto_data::endpoint_handler

Definition at line 4217 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 4217 of file mongoose.cc

Referenced by mg_http_call_endpoint_handler(), and mg_http_handler().

struct mg_http_endpoint* mg_http_proto_data::endpoints

Definition at line 4216 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 4216 of file mongoose.cc

Referenced by mg_http_conn_destructor(), mg_http_get_endpoint_handler(), and mg_register_http_endpoint().

struct mg_http_proto_data_file mg_http_proto_data::file

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