#ifndef HTTP_H #define HTTP_H void httpSetup(); void httpLoop(); void websocketSend(const char *message); #endif