Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

web-this/web-server-this.h

Committer:
andrewboyson
Date:
2021-01-14
Revision:
0:b843d647695c

File content as of revision 0:b843d647695c:

#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);