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

Dependents:   Smart-WiFly-WebServer WattEye X10Svr SSDP_Server

Revision:
31:8f72be717a3c
Parent:
30:864843965b40
Child:
32:7ded9bacb546
--- a/SW_HTTPServer.cpp	Sat Oct 12 23:35:51 2013 +0000
+++ b/SW_HTTPServer.cpp	Thu Nov 28 18:19:06 2013 +0000
@@ -14,8 +14,8 @@
 
 #include "Utility.h"
 
-#define DEBUG "HTTP"
-#include "SW_HTTPServer.h"
+//#define DEBUG "HTTP"
+#include "SW_HTTPServer.h"      // define DEBUG before this
 
 #if (defined(DEBUG) && !defined(TARGET_LPC11U24))
 #define DBG(x, ...)  pc->printf("[DBG %s%4d] "x"\r\n", DEBUG, __LINE__, ##__VA_ARGS__);