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

Dependents:   Smart-WiFly-WebServer WattEye X10Svr SSDP_Server

Revision:
18:6199558632c0
Parent:
17:69ff00ce39f4
Child:
19:7677fce798fa
--- a/SW_HTTPServer.cpp	Thu Sep 05 22:59:27 2013 +0000
+++ b/SW_HTTPServer.cpp	Sat Sep 14 20:36:16 2013 +0000
@@ -14,7 +14,7 @@
 #include "SW_HTTPServer.h"
 #include "Utility.h"
 
-//#define DEBUG
+#define DEBUG
 
 const char * DEFAULT_FILENAME = "index.htm";