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@58:3f3e000151cc, 2019-05-01 (annotated)
- Committer:
- andrewboyson
- Date:
- Wed May 01 07:45:16 2019 +0000
- Revision:
- 58:3f3e000151cc
- Parent:
- 57:2d54e570de60
Updated web library
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| andrewboyson | 57:2d54e570de60 | 1 | |
| andrewboyson | 58:3f3e000151cc | 2 | extern int WebServerDerivedDecideWhatToDo(char *pPath, char* pLastModified); |
| andrewboyson | 58:3f3e000151cc | 3 | extern bool WebServerDerivedHandleQuery (int todo, char* pQuery); |
| andrewboyson | 58:3f3e000151cc | 4 | extern bool WebServerDerivedPost (int todo, int contentLength, int contentStart, int size, char* pRequestStream, uint32_t positionInRequestStream, bool* pComplete); |
| andrewboyson | 58:3f3e000151cc | 5 | extern bool WebServerDerivedReply (int todo); |