#pragma once #include "config.hpp" #include void webServerStart(AppConfig &config); void webServerConnect(AppConfig &config, const std::string &type, const std::string &ip); void webServerStop(AppConfig &config);