rtl433  UNKNOWN
RTL-433 utility
mg_http_proto_data Struct Reference

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_endpointendpoints
 
mg_event_handler_t endpoint_handler
 
struct mg_reverse_proxy_data reverse_proxy_data
 
size_t rcvd
 

Field Documentation

◆ cgi

◆ chunk

struct mg_http_proto_data_chuncked mg_http_proto_data::chunk

Referenced by mg_handle_chunked().

◆ endpoint_handler

mg_event_handler_t mg_http_proto_data::endpoint_handler

Referenced by mg_http_handler2().

◆ endpoints

struct mg_http_endpoint* mg_http_proto_data::endpoints

◆ file

◆ mp_stream

struct mg_http_multipart_stream mg_http_proto_data::mp_stream

◆ rcvd

size_t mg_http_proto_data::rcvd

Referenced by mg_http_handler2().

◆ reverse_proxy_data

struct mg_reverse_proxy_data mg_http_proto_data::reverse_proxy_data

◆ ws_data

struct mg_ws_proto_data mg_http_proto_data::ws_data

Referenced by mg_http_handler2().


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