Controls the central heating system and the lights.

Dependencies:   1-wire clock crypto fram log lpc1768 net web wiz mbed

web-this/web-server-this.h

Committer:
andrewboyson
Date:
18 months ago
Revision:
8:8ac076ce51af
Parent:
0:22b158d3c76f

File content as of revision 8:8ac076ce51af:

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