rtl433
UNKNOWN
RTL-433 utility
|
#include <mongoose.h>
Data Fields | |
const char * | document_root |
const char * | index_files |
const char * | per_directory_auth_file |
const char * | auth_domain |
const char * | global_auth_file |
const char * | enable_directory_listing |
const char * | ssi_pattern |
const char * | ip_acl |
const char * | url_rewrites |
const char * | dav_document_root |
const char * | dav_auth_file |
const char * | hidden_file_pattern |
const char * | cgi_file_pattern |
const char * | cgi_interpreter |
const char * | custom_mime_types |
const char * | extra_headers |
const char* mg_serve_http_opts::auth_domain |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::cgi_file_pattern |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::cgi_interpreter |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::custom_mime_types |
const char* mg_serve_http_opts::dav_auth_file |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::dav_document_root |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::document_root |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::enable_directory_listing |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::extra_headers |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::global_auth_file |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::hidden_file_pattern |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::index_files |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::ip_acl |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::per_directory_auth_file |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::ssi_pattern |
Referenced by mg_http_handler2().
const char* mg_serve_http_opts::url_rewrites |
Referenced by mg_http_handler2().