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

Dependents:   Smart-WiFly-WebServer WattEye X10Svr SSDP_Server

Revision:
8:262583f054f6
Parent:
7:99ad7a67f05e
Child:
9:2ea342765c9d
--- a/SW_HTTPServer.h	Thu Jun 27 17:08:25 2013 +0000
+++ b/SW_HTTPServer.h	Mon Jul 01 04:36:54 2013 +0000
@@ -524,8 +524,9 @@
     char * postQueryString;
     
     /**
-    *  Extract the message from the record, by searching for the needle
-    *  the string of interest follows the needle, and may be ' ' delimited
+    *  Extract the parameter from the record, by searching for the needle in the haystack.
+    *
+    *  The parameter of interest follows the needle, and may be ' ' delimited
     *  Can damage haystack while processing it.
     *
     * @param haystack is the record to search