![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Collaboration diagram for mg_http_endpoint:Public Attributes | |
| struct mg_http_endpoint * | next |
| const char * | name |
| size_t | name_len |
| mg_event_handler_t | handler |
Definition at line 4177 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4177 of file mongoose.cc
| mg_event_handler_t mg_http_endpoint::handler |
Definition at line 4181 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4181 of file mongoose.cc
Referenced by mg_http_get_endpoint_handler(), and mg_register_http_endpoint().
| const char* mg_http_endpoint::name |
Definition at line 4179 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4179 of file mongoose.cc
Referenced by mg_http_free_proto_data_endpoints(), mg_http_get_endpoint_handler(), and mg_register_http_endpoint().
| size_t mg_http_endpoint::name_len |
Definition at line 4180 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4180 of file mongoose.cc
Referenced by mg_http_get_endpoint_handler(), and mg_register_http_endpoint().
| struct mg_http_endpoint* mg_http_endpoint::next |
Definition at line 4178 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4178 of file mongoose.cc
Referenced by mg_http_free_proto_data_endpoints(), mg_http_get_endpoint_handler(), and mg_register_http_endpoint().