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

Public Attributes

struct mg_http_endpointnext
 
const char * name
 
size_t name_len
 
mg_event_handler_t handler
 

Detailed Description

Definition at line 4177 of file mongoose.cc.

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

Member Data Documentation

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().


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