Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

Revision:
0:b843d647695c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web-this/web-server-this.h	Thu Jan 14 16:05:55 2021 +0000
@@ -0,0 +1,7 @@
+#include <stdint.h>
+#include <stdbool.h>
+
+extern int  WebServerThisDecideWhatToDo(char *pPath, char* pLastModified);
+extern bool WebServerThisHandleQuery   (int todo, char* pQuery);
+extern bool WebServerThisPost          (int todo, int contentLength, int contentStart, int size, char* pRequestStream, uint32_t positionInRequestStream, bool* pComplete);
+extern bool WebServerThisReply         (int todo);