#pragma once #include #include void initWebServer(); void handleNotFound(); void handleWebResponse(); void handleJSONChatHistory(); void notifyWebUI(); void handleHotspot();