Teonet library
0.4.7
|
#include <mongoose.h>
Data Fields | |
const char * | document_root |
const char * | index_files |
const char * | access_log_file |
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::access_log_file |
const char* mg_serve_http_opts::auth_domain |
Referenced by mg_send_http_file().
const char* mg_serve_http_opts::cgi_file_pattern |
Referenced by mg_send_http_file(), and mg_serve_http().
const char* mg_serve_http_opts::cgi_interpreter |
const char* mg_serve_http_opts::custom_mime_types |
const char* mg_serve_http_opts::dav_auth_file |
Referenced by mg_send_http_file().
const char* mg_serve_http_opts::dav_document_root |
Referenced by mg_send_http_file().
const char* mg_serve_http_opts::document_root |
Referenced by ksnHTTPInit(), and mg_serve_http().
const char* mg_serve_http_opts::enable_directory_listing |
Referenced by ksnHTTPInit(), mg_send_http_file(), and mg_serve_http().
const char* mg_serve_http_opts::extra_headers |
const char* mg_serve_http_opts::global_auth_file |
Referenced by mg_send_http_file().
const char* mg_serve_http_opts::hidden_file_pattern |
const char* mg_serve_http_opts::index_files |
Referenced by ksnHTTPInit(), mg_send_http_file(), and mg_serve_http().
const char* mg_serve_http_opts::ip_acl |
Referenced by mg_send_http_file().
const char* mg_serve_http_opts::per_directory_auth_file |
Referenced by mg_send_http_file(), and mg_serve_http().
const char* mg_serve_http_opts::ssi_pattern |
Referenced by mg_serve_http().
const char* mg_serve_http_opts::url_rewrites |