#pragma once #include #include void initWebServer(); void createSSLCert(); void handleNotFound(); void handleWebResponse(); void handleJSONChatHistory(); void notifyWebUI(); void handleHotspot(); void handleStyleCSS(); void handleRoot(); void handleScriptsScriptJS(); void handleJSONChatHistoryDummy();