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

Dependents:   Smart-WiFly-WebServer WattEye X10Svr SSDP_Server

Revision:
14:19c5f6151319
Parent:
13:8975d7928678
Child:
16:6ebacf2946d8
--- a/SW_HTTPServer.h	Mon Aug 12 11:26:59 2013 +0000
+++ b/SW_HTTPServer.h	Mon Aug 12 23:03:25 2013 +0000
@@ -171,7 +171,7 @@
     * @endcode
     */
     typedef enum CALLBACKTYPE {
-        CONTENT_LENGTH_REQUEST, ///< ask the client if they wish to accept the data
+        CONTENT_LENGTH_REQUEST, ///< ask the client if they wish to accept the data, typically from a POST event
         DATA_TRANSFER,          ///< not currently used, may allow "chunking" the data to the client
         SEND_PAGE,              ///< the activated method should now send the page
     } CallBackType;