rtl433  UNKNOWN
RTL-433 utility
mg_serve_http_opts Struct Reference

#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
 

Field Documentation

◆ auth_domain

const char* mg_serve_http_opts::auth_domain

Referenced by mg_http_handler2().

◆ cgi_file_pattern

const char* mg_serve_http_opts::cgi_file_pattern

Referenced by mg_http_handler2().

◆ cgi_interpreter

const char* mg_serve_http_opts::cgi_interpreter

Referenced by mg_http_handler2().

◆ custom_mime_types

const char* mg_serve_http_opts::custom_mime_types

◆ dav_auth_file

const char* mg_serve_http_opts::dav_auth_file

Referenced by mg_http_handler2().

◆ dav_document_root

const char* mg_serve_http_opts::dav_document_root

Referenced by mg_http_handler2().

◆ document_root

const char* mg_serve_http_opts::document_root

Referenced by mg_http_handler2().

◆ enable_directory_listing

const char* mg_serve_http_opts::enable_directory_listing

Referenced by mg_http_handler2().

◆ extra_headers

const char* mg_serve_http_opts::extra_headers

Referenced by mg_http_handler2().

◆ global_auth_file

const char* mg_serve_http_opts::global_auth_file

Referenced by mg_http_handler2().

◆ hidden_file_pattern

const char* mg_serve_http_opts::hidden_file_pattern

Referenced by mg_http_handler2().

◆ index_files

const char* mg_serve_http_opts::index_files

Referenced by mg_http_handler2().

◆ ip_acl

const char* mg_serve_http_opts::ip_acl

Referenced by mg_http_handler2().

◆ per_directory_auth_file

const char* mg_serve_http_opts::per_directory_auth_file

Referenced by mg_http_handler2().

◆ ssi_pattern

const char* mg_serve_http_opts::ssi_pattern

Referenced by mg_http_handler2().

◆ url_rewrites

const char* mg_serve_http_opts::url_rewrites

Referenced by mg_http_handler2().


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