esp-fs-webserver
Loading...
Searching...
No Matches
FSWebServer Member List

This is the complete list of members for FSWebServer, including all inherited members.

addCSS(const char *css)FSWebServerinline
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)FSWebServerinline
addJavascript(const char *script)FSWebServerinline
addOption(fs::FS &fs, const char *label, T val, bool hidden=false)FSWebServerinline
addOption(const char *label, T val, double d_min, double d_max, double step)FSWebServerinline
addOption(const char *label, T val, bool hidden=false, double d_min=MIN_F, double d_max=MAX_F, double step=1.0)FSWebServerinline
addOptionBox(const char *boxTitle)FSWebServerinline
begin(const char *path=nullptr)FSWebServer
clearOptions()FSWebServerinline
FSWebServer(fs::FS &fs, WebServerClass &server)FSWebServer
getOptionValue(const char *label, T &var)FSWebServerinline
getRequest()FSWebServer
run()FSWebServer
saveOptionValue(const char *label, T val)FSWebServerinline
setAPmode(const char *ssid, const char *psk)FSWebServer
setCaptiveWebage(const char *url)FSWebServer
startWiFi(uint32_t timeout, const char *apSSID, const char *apPsw)FSWebServer
webserverFSWebServer