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