A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

web-this/web-server-this.h

Committer:
andrewboyson
Date:
2019-06-21
Revision:
69:1e6287f118bd
Parent:
59:d2d25c2265f8

File content as of revision 69:1e6287f118bd:


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