esp-fs-webserver
|
This is the complete list of members for FSWebServer, including all inherited members.
addCSS(const char *css) | FSWebServer | inline |
addDropdownList(const char *label, const char **array, size_t size) | FSWebServer | |
addHandler(const Uri &uri, HTTPMethod method, WebServerClass::THandlerFunction fn) | FSWebServer | |
addHandler(const Uri &uri, WebServerClass::THandlerFunction handler) | FSWebServer | |
addHTML(const char *html, const char *id) | FSWebServer | inline |
addJavascript(const char *script) | FSWebServer | inline |
addOption(fs::FS &fs, const char *label, T val, bool hidden=false) | FSWebServer | inline |
addOption(const char *label, T val, double d_min, double d_max, double step) | FSWebServer | inline |
addOption(const char *label, T val, bool hidden=false, double d_min=MIN_F, double d_max=MAX_F, double step=1.0) | FSWebServer | inline |
addOptionBox(const char *boxTitle) | FSWebServer | inline |
begin(const char *path=nullptr) | FSWebServer | |
clearOptions() | FSWebServer | inline |
FSWebServer(fs::FS &fs, WebServerClass &server) | FSWebServer | |
getOptionValue(const char *label, T &var) | FSWebServer | inline |
getRequest() | FSWebServer | |
run() | FSWebServer | |
saveOptionValue(const char *label, T val) | FSWebServer | inline |
setAPmode(const char *ssid, const char *psk) | FSWebServer | |
setCaptiveWebage(const char *url) | FSWebServer | |
startWiFi(uint32_t timeout, const char *apSSID, const char *apPsw) | FSWebServer | |
webserver | FSWebServer |