rtl433
UNKNOWN
RTL-433 utility
|
#include <mongoose.h>
Data Fields | |
struct mg_str | message |
struct mg_str | body |
struct mg_str | method |
struct mg_str | uri |
struct mg_str | proto |
int | resp_code |
struct mg_str | resp_status_msg |
struct mg_str | query_string |
struct mg_str | header_names [MG_MAX_HTTP_HEADERS] |
struct mg_str | header_values [MG_MAX_HTTP_HEADERS] |
struct mg_str http_message::body |
Referenced by deliver_chunk(), mg_handle_chunked(), mg_http_handler2(), mg_http_parse_headers(), and mg_parse_http().
struct mg_str http_message::header_names[MG_MAX_HTTP_HEADERS] |
Referenced by mg_get_http_header(), mg_http_handler2(), and mg_http_parse_headers().
struct mg_str http_message::header_values[MG_MAX_HTTP_HEADERS] |
Referenced by mg_get_http_header(), mg_http_handler2(), and mg_http_parse_headers().
struct mg_str http_message::message |
Referenced by mg_handle_chunked(), mg_http_handler2(), mg_http_parse_headers(), and mg_parse_http().
struct mg_str http_message::method |
Referenced by mg_http_handler2(), and mg_parse_http().
struct mg_str http_message::proto |
Referenced by mg_http_handler2(), and mg_parse_http().
struct mg_str http_message::query_string |
Referenced by mg_http_handler2(), and mg_parse_http().
int http_message::resp_code |
Referenced by mg_parse_http().
struct mg_str http_message::resp_status_msg |
Referenced by mg_parse_http().
struct mg_str http_message::uri |
Referenced by mg_http_handler2(), and mg_parse_http().