A simple web server that can be bound to either the EthernetInterface or the WiflyInterface.

Dependents:   Smart-WiFly-WebServer WattEye X10Svr SSDP_Server

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Mon Sep 01 22:05:52 2014 +0000
Parent:
39:0427544a5c08
Child:
41:6f2f1fb96742
Commit message:
Trivial documentation changes.

Changed in this revision

SW_HTTPServer.cpp Show annotated file Show diff for this revision Revisions of this file
SW_HTTPServer.h Show annotated file Show diff for this revision Revisions of this file
--- a/SW_HTTPServer.cpp	Mon Sep 01 20:53:19 2014 +0000
+++ b/SW_HTTPServer.cpp	Mon Sep 01 22:05:52 2014 +0000
@@ -1,5 +1,5 @@
 //
-// @note Copyright © 2013 by Smartware Computing, all rights reserved.
+// @note Copyright © 2014 by Smartware Computing, all rights reserved.
 //     Individuals may use this application for evaluation or non-commercial
 //     purposes. Within this restriction, changes may be made to this application
 //     as long as this copyright notice is retained. The user shall make
@@ -454,6 +454,7 @@
     char http[100];
 
     sprintf(http, "%s %i %s\r\n", hdr_httpver, code, code_text);
+    INFO("header(%s)", http);
     send(http);
     send(hdr_age);
     send(hdr_server);
--- a/SW_HTTPServer.h	Mon Sep 01 20:53:19 2014 +0000
+++ b/SW_HTTPServer.h	Mon Sep 01 22:05:52 2014 +0000
@@ -110,7 +110,7 @@
 /// @li 20130911 Lots of incremental changes along this way, this update
 ///              refreshes the documentation.
 ///
-/// @note Copyright © 2013 by Smartware Computing, all rights reserved.
+/// @note Copyright © 2014 by Smartware Computing, all rights reserved.
 ///     Individuals may use this application for evaluation or non-commercial
 ///     purposes. Within this restriction, changes may be made to this application
 ///     as long as this copyright notice is retained. The user shall make