ESP_IOT v2.5
IOT ESP Coding
WebServer Member List

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

_addRequestHandler(RequestHandler *handler)WebServerprotected
_chunkedWebServerprotected
_collectHeader(const char *headerName, const char *headerValue)WebServerprotected
_contentLengthWebServerprotected
_currentArgCountWebServerprotected
_currentArgsWebServerprotected
_currentClientWebServerprotected
_currentHandlerWebServerprotected
_currentHeadersWebServerprotected
_currentMethodWebServerprotected
_currentStatusWebServerprotected
_currentUploadWebServerprotected
_currentUriWebServerprotected
_currentVersionWebServerprotected
_fileUploadHandlerWebServerprotected
_firstHandlerWebServerprotected
_handleRequest()WebServerprotected
_headerKeysCountWebServerprotected
_hostHeaderWebServerprotected
_lastHandlerWebServerprotected
_notFoundHandlerWebServerprotected
_parseArguments(String data)WebServerprotected
_parseForm(WiFiClient &client, String boundary, uint32_t len)WebServerprotected
_parseFormUploadAborted()WebServerprotected
_parseRequest(WiFiClient &client)WebServerprotected
_prepareHeader(String &response, int code, const char *content_type, size_t contentLength)WebServerprotected
_responseCodeToString(int code)WebServerprotectedstatic
_responseHeadersWebServerprotected
_serverWebServerprotected
_statusChangeWebServerprotected
_uploadReadByte(WiFiClient &client)WebServerprotected
_uploadWriteByte(uint8_t b)WebServerprotected
addHandler(RequestHandler *handler)WebServer
arg(String name)WebServer
arg(int i)WebServer
argName(int i)WebServer
args()WebServer
authenticate(const char *username, const char *password)WebServer
begin()WebServer
client()WebServerinline
close()WebServer
collectHeaders(const char *headerKeys[], const size_t headerKeysCount)WebServer
handleClient()WebServer
hasArg(String name)WebServer
hasHeader(String name)WebServer
header(String name)WebServer
header(int i)WebServer
headerName(int i)WebServer
headers()WebServer
hostHeader()WebServer
method()WebServerinline
on(const String &uri, THandlerFunction handler)WebServer
on(const String &uri, HTTPMethod method, THandlerFunction fn)WebServer
on(const String &uri, HTTPMethod method, THandlerFunction fn, THandlerFunction ufn)WebServer
onFileUpload(THandlerFunction fn)WebServer
onNotFound(THandlerFunction fn)WebServer
requestAuthentication()WebServer
send(int code, const char *content_type=NULL, const String &content=String(""))WebServer
send(int code, char *content_type, const String &content)WebServer
send(int code, const String &content_type, const String &content)WebServer
send_P(int code, PGM_P content_type, PGM_P content)WebServer
send_P(int code, PGM_P content_type, PGM_P content, size_t contentLength)WebServer
sendContent(const String &content)WebServer
sendContent_P(PGM_P content)WebServer
sendContent_P(PGM_P content, size_t size)WebServer
sendHeader(const String &name, const String &value, bool first=false)WebServer
serveStatic(const char *uri, fs::FS &fs, const char *path, const char *cache_header=NULL)WebServer
setContentLength(size_t contentLength)WebServer
stop()WebServer
streamFile(T &file, const String &contentType)WebServerinline
THandlerFunction typedefWebServer
upload()WebServerinline
uri()WebServerinline
urlDecode(const String &text)WebServerstatic
WebServer(IPAddress addr, int port=80)WebServer
WebServer(int port=80)WebServer
~WebServer()WebServer