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.
Fork of SW_HTTPServer by
Diff: SW_HTTPServer.h
- Revision:
- 14:19c5f6151319
- Parent:
- 13:8975d7928678
- Child:
- 16:6ebacf2946d8
--- a/SW_HTTPServer.h Mon Aug 12 11:26:59 2013 +0000 +++ b/SW_HTTPServer.h Mon Aug 12 23:03:25 2013 +0000 @@ -171,7 +171,7 @@ * @endcode */ typedef enum CALLBACKTYPE { - CONTENT_LENGTH_REQUEST, ///< ask the client if they wish to accept the data + CONTENT_LENGTH_REQUEST, ///< ask the client if they wish to accept the data, typically from a POST event DATA_TRANSFER, ///< not currently used, may allow "chunking" the data to the client SEND_PAGE, ///< the activated method should now send the page } CallBackType;