ESP32 HTTPS Server
httpsserver::HTTPSServer Member List

This is the complete list of members for httpsserver::HTTPSServer, including all inherited members.

_bindAddress (defined in httpsserver::HTTPServer)httpsserver::HTTPServerprotected
_connections (defined in httpsserver::HTTPServer)httpsserver::HTTPServerprotected
_defaultHeaders (defined in httpsserver::HTTPServer)httpsserver::HTTPServerprotected
_maxConnections (defined in httpsserver::HTTPServer)httpsserver::HTTPServerprotected
_port (defined in httpsserver::HTTPServer)httpsserver::HTTPServerprotected
_running (defined in httpsserver::HTTPServer)httpsserver::HTTPServerprotected
_sock_addr (defined in httpsserver::HTTPServer)httpsserver::HTTPServerprotected
_socket (defined in httpsserver::HTTPServer)httpsserver::HTTPServerprotected
addMiddleware(const HTTPSMiddlewareFunction *mwFunction)httpsserver::ResourceResolver
getMiddleware()httpsserver::ResourceResolver
HTTPServer(const uint16_t portHTTPS=80, const uint8_t maxConnections=8, const in_addr_t bindAddress=0) (defined in httpsserver::HTTPServer)httpsserver::HTTPServer
HTTPSServer(SSLCert *cert, const uint16_t portHTTPS=443, const uint8_t maxConnections=4, const in_addr_t bindAddress=0) (defined in httpsserver::HTTPSServer)httpsserver::HTTPSServer
isRunning() (defined in httpsserver::HTTPServer)httpsserver::HTTPServer
loop()httpsserver::HTTPServer
registerNode(HTTPNode *node)httpsserver::ResourceResolver
removeMiddleware(const HTTPSMiddlewareFunction *mwFunction)httpsserver::ResourceResolver
resolveNode(const std::string &method, const std::string &url, ResolvedResource &resolvedResource, HTTPNodeType nodeType) (defined in httpsserver::ResourceResolver)httpsserver::ResourceResolver
ResourceResolver() (defined in httpsserver::ResourceResolver)httpsserver::ResourceResolver
setDefaultHeader(std::string name, std::string value)httpsserver::HTTPServer
setDefaultNode(HTTPNode *node) (defined in httpsserver::ResourceResolver)httpsserver::ResourceResolver
start()httpsserver::HTTPServer
stop()httpsserver::HTTPServer
unregisterNode(HTTPNode *node)httpsserver::ResourceResolver
~HTTPServer() (defined in httpsserver::HTTPServer)httpsserver::HTTPServervirtual
~HTTPSServer() (defined in httpsserver::HTTPSServer)httpsserver::HTTPSServervirtual
~ResourceResolver() (defined in httpsserver::ResourceResolver)httpsserver::ResourceResolver