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: NyFileSystems libMiMic mbed-rtos mbed
Fork of MiMicSimpleHttpd by
Revision 2:28fd59d6be76, committed 2013-04-06
- Comitter:
- nyatla
- Date:
- Sat Apr 06 15:37:21 2013 +0000
- Parent:
- 1:17ecb1647b64
- Child:
- 3:6ffb779c77e6
- Commit message:
- fix comment;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Apr 06 14:47:44 2013 +0000
+++ b/main.cpp Sat Apr 06 15:37:21 2013 +0000
@@ -25,9 +25,9 @@
{
char url[32];
int method;
- //try to ModRomFS module.
+ //call ModUrl module.
if(this->modurl.execute(i_connection,url,32,&method)){
- //Otherwise, Send the redirect response to /rom/index.html
+ //send 200 OK and requested URL
i_connection.sendHeader(200,"text/html",NULL);
i_connection.sendBodyF("<html><body>Your Request path is %s.</body></html>",url);
return;
