A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

web-this/web-server-this.h

Committer:
andrewboyson
Date:
2019-10-10
Revision:
75:0ed9157d3bb3
Parent:
59:d2d25c2265f8

File content as of revision 75:0ed9157d3bb3:


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