ESP8266
StaticRequestHandler Member List

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

_baseUriLengthStaticRequestHandlerprotected
_cache_headerStaticRequestHandlerprotected
_fsStaticRequestHandlerprotected
_isFileStaticRequestHandlerprotected
_pathStaticRequestHandlerprotected
_uriStaticRequestHandlerprotected
canHandle(HTTPMethod requestMethod, String requestUri) overrideStaticRequestHandlervirtual
canUpload(String uri)RequestHandlervirtual
getContentType(const String &path)StaticRequestHandlerstatic
handle(ESP8266WebServer &server, HTTPMethod requestMethod, String requestUri) overrideStaticRequestHandlervirtual
next()RequestHandler
next(RequestHandler *r)RequestHandler
StaticRequestHandler(FS &fs, const char *path, const char *uri, const char *cache_header)StaticRequestHandler
upload(ESP8266WebServer &server, String requestUri, HTTPUpload &upload)RequestHandlervirtual
~RequestHandler()RequestHandlervirtual