Analysis Software
Documentation for sPHENIX simulation software
|
#include <rcdaq/blob/master/mongoose.h>
Public Attributes | |
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 |
Definition at line 2529 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2529 of file mongoose.h
const char* mg_serve_http_opts::auth_domain |
Definition at line 2548 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2548 of file mongoose.h
Referenced by mg_send_http_file().
const char* mg_serve_http_opts::cgi_file_pattern |
Definition at line 2606 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2606 of file mongoose.h
Referenced by mg_send_http_file(), and mg_serve_http().
const char* mg_serve_http_opts::cgi_interpreter |
Definition at line 2609 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2609 of file mongoose.h
Referenced by mg_handle_cgi().
const char* mg_serve_http_opts::custom_mime_types |
Definition at line 2615 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2615 of file mongoose.h
const char* mg_serve_http_opts::dav_auth_file |
Definition at line 2600 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2600 of file mongoose.h
Referenced by mg_send_http_file().
const char* mg_serve_http_opts::dav_document_root |
Definition at line 2594 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2594 of file mongoose.h
Referenced by mg_handle_move(), mg_send_http_file(), and mg_uri_to_local_path().
const char* mg_serve_http_opts::document_root |
Definition at line 2531 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2531 of file mongoose.h
Referenced by mg_do_ssi_include(), mg_prepare_cgi_environment(), mg_serve_http(), mg_server(), and mg_uri_to_local_path().
const char* mg_serve_http_opts::enable_directory_listing |
Definition at line 2561 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2561 of file mongoose.h
Referenced by mg_handle_propfind(), mg_send_http_file(), mg_serve_http(), and mg_server().
const char* mg_serve_http_opts::extra_headers |
Definition at line 2621 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2621 of file mongoose.h
Referenced by mg_handle_ssi_request(), mg_http_send_file2(), and mg_send_directory_listing().
const char* mg_serve_http_opts::global_auth_file |
Definition at line 2558 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2558 of file mongoose.h
Referenced by mg_send_http_file().
const char* mg_serve_http_opts::hidden_file_pattern |
Definition at line 2603 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2603 of file mongoose.h
Referenced by mg_is_file_hidden().
const char* mg_serve_http_opts::index_files |
Definition at line 2534 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2534 of file mongoose.h
Referenced by mg_send_http_file(), mg_serve_http(), and mg_server().
const char* mg_serve_http_opts::ip_acl |
Definition at line 2567 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2567 of file mongoose.h
Referenced by mg_serve_http().
const char* mg_serve_http_opts::per_directory_auth_file |
Definition at line 2545 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2545 of file mongoose.h
Referenced by mg_is_file_hidden(), mg_send_http_file(), and mg_serve_http().
const char* mg_serve_http_opts::ssi_pattern |
Definition at line 2564 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2564 of file mongoose.h
Referenced by mg_do_ssi_include(), mg_http_send_file2(), and mg_serve_http().
const char* mg_serve_http_opts::url_rewrites |
Definition at line 2591 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2591 of file mongoose.h
Referenced by mg_http_send_port_based_redirect(), and mg_uri_to_local_path().