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 lpc1768 crypto clock web log
web-derived/web-server-derived.h
- Committer:
- andrewboyson
- Date:
- 2019-04-29
- Revision:
- 57:2d54e570de60
- Child:
- 58:3f3e000151cc
File content as of revision 57:2d54e570de60:
extern int  WebServerDerivedRequest(char *pPath, char* pLastModified);
extern void WebServerDerivedGet    (int todo, char* pQuery);
extern bool WebServerDerivedPost   (int todo, int contentLength, int size, char* pRequestStream, uint32_t positionInRequestStream);
extern void WebServerDerivedReply  (int todo);