Analysis Software
Documentation for sPHENIX simulation software
|
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_endpoint * | endpoints |
mg_event_handler_t | endpoint_handler |
Definition at line 4205 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4205 of file mongoose.cc
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 |
Definition at line 4207 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4207 of file mongoose.cc
Referenced by conftest.RootHashAssertionError::__init__(), mg_handle_put(), mg_http_conn_destructor(), mg_http_handler(), mg_http_send_file2(), and mg_http_transfer_file_data().