|
bool | serve_static_from_spiffs = true |
|
const char * | spiffs_static_files_folder = "www" |
|
const char * | static_route = "/" |
|
const char * | app_route = "/app" |
|
const char * | index_html_file = "/index.html" |
|
const char * | cache_control = "public, max-age=86400" |
|
bool | template_processing_activated = false |
|
const char * | api_endpoint = "/cmd" |
|
bool | api_is_ajax = true |
|
const char * | ajax_return_text = "OK" |
|
bool | use_sse = true |
|
const char * | sse_endpoint = "/events" |
|
bool | reboot_enabled = false |
|
bool | http_auth_activated = false |
|
const char * | http_user = "" |
|
const char * | http_pass = "" |
|
const char * | error_404_html = "Error 404, file not found!" |
|
The documentation for this struct was generated from the following file: