Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: net 1-wire lpc1768 crypto clock web fram log
web-server-this.h
00001 #include <stdint.h> 00002 #include <stdbool.h> 00003 00004 extern int WebServerThisDecideWhatToDo(char *pPath, char* pLastModified); 00005 extern bool WebServerThisHandleQuery (int todo, char* pQuery); 00006 extern bool WebServerThisPost (int todo, int contentLength, int contentStart, int size, char* pRequestStream, uint32_t positionInRequestStream, bool* pComplete); 00007 extern bool WebServerThisReply (int todo);
Generated on Tue Jul 12 2022 18:50:16 by
