rtl433
UNKNOWN
RTL-433 utility
|
Data Fields | |
struct mg_http_proto_data_file | file |
struct mg_http_proto_data_cgi | cgi |
struct mg_http_multipart_stream | mp_stream |
struct mg_ws_proto_data | ws_data |
struct mg_http_proto_data_chuncked | chunk |
struct mg_http_endpoint * | endpoints |
mg_event_handler_t | endpoint_handler |
struct mg_reverse_proxy_data | reverse_proxy_data |
size_t | rcvd |
struct mg_http_proto_data_cgi mg_http_proto_data::cgi |
Referenced by mg_http_conn_destructor(), mg_http_handler2(), and mg_http_transfer_file_data().
struct mg_http_proto_data_chuncked mg_http_proto_data::chunk |
Referenced by mg_handle_chunked().
mg_event_handler_t mg_http_proto_data::endpoint_handler |
Referenced by mg_http_handler2().
struct mg_http_endpoint* mg_http_proto_data::endpoints |
Referenced by mg_http_conn_destructor(), mg_http_get_endpoint_handler(), and mg_http_handler2().
struct mg_http_proto_data_file mg_http_proto_data::file |
Referenced by mg_http_conn_destructor(), mg_http_handler2(), and mg_http_transfer_file_data().
struct mg_http_multipart_stream mg_http_proto_data::mp_stream |
Referenced by mg_http_conn_destructor(), and mg_http_handler2().
size_t mg_http_proto_data::rcvd |
Referenced by mg_http_handler2().
struct mg_reverse_proxy_data mg_http_proto_data::reverse_proxy_data |
Referenced by mg_http_conn_destructor(), mg_http_free_reverse_proxy_data(), and mg_http_handler2().
struct mg_ws_proto_data mg_http_proto_data::ws_data |
Referenced by mg_http_handler2().