rtl433
UNKNOWN
RTL-433 utility
|
Data Fields | |
struct mg_http_endpoint * | next |
struct mg_str | uri_pattern |
char * | auth_domain |
char * | auth_file |
mg_event_handler_t | handler |
void * | user_data |
char* mg_http_endpoint::auth_domain |
Referenced by mg_http_free_proto_data_endpoints(), and mg_http_handler2().
char* mg_http_endpoint::auth_file |
Referenced by mg_http_free_proto_data_endpoints(), and mg_http_handler2().
mg_event_handler_t mg_http_endpoint::handler |
Referenced by mg_http_handler2().
struct mg_http_endpoint* mg_http_endpoint::next |
Referenced by mg_http_free_proto_data_endpoints(), mg_http_get_endpoint_handler(), and mg_http_handler2().
struct mg_str mg_http_endpoint::uri_pattern |
Referenced by mg_http_free_proto_data_endpoints(), mg_http_get_endpoint_handler(), and mg_http_handler2().
void* mg_http_endpoint::user_data |
Referenced by deliver_chunk(), and mg_http_handler2().