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

Dependents:   Smart-WiFly-WebServer WattEye X10Svr SSDP_Server

Revision:
35:2d756262d095
Parent:
34:019212c05980
Child:
36:1bb5fa6b109c
--- a/SW_HTTPServer.cpp	Sat Jan 04 20:29:46 2014 +0000
+++ b/SW_HTTPServer.cpp	Sat Jan 04 20:53:10 2014 +0000
@@ -621,8 +621,8 @@
                 *delim++ = '\0';
                 headerParams[headerParamCount].name = soRec;
                 headerParams[headerParamCount].value = delim;
-                INFO("%d: headerParams[%s] = {%s}", headerParamCount,
-                     headerParams[headerParamCount].name, headerParams[headerParamCount].value);
+                //INFO("%d: headerParams[%s] = {%s}", headerParamCount,
+                //     headerParams[headerParamCount].name, headerParams[headerParamCount].value);
                 headerParamCount++;
             }
             soRec = eoRec + 1;