11 lines
117 B
C
11 lines
117 B
C
#ifndef HTTP_H
|
|
#define HTTP_H
|
|
|
|
void httpSetup();
|
|
|
|
void httpLoop();
|
|
|
|
void websocketSend(const char *message);
|
|
|
|
#endif
|