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

Dependents:   Smart-WiFly-WebServer WattEye X10Svr SSDP_Server

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Wed Feb 27 18:06:23 2019 +0000
Parent:
59:9a71ac02c782
Commit message:
Enable header code 302

Changed in this revision

SW_HTTPServer.h Show annotated file Show diff for this revision Revisions of this file
--- a/SW_HTTPServer.h	Tue Feb 26 22:45:55 2019 +0000
+++ b/SW_HTTPServer.h	Wed Feb 27 18:06:23 2019 +0000
@@ -218,7 +218,7 @@
         // 3xx: Redirection
         //Multiple_Choices = 300, /// A link list. The user can select a link and go to that location. Maximum five addresses.
         Moved_Permanently = 301, ///< The requested page has moved to a new URL.
-        //Found = 302,            /// The requested page has moved temporarily to a new URL 
+        Found = 302,            /// The requested page has moved temporarily to a new URL 
         //See_Other = 303,        /// The requested page can be found under a different URL
         //Not_Modified = 304,     /// Indicates the requested page has not been modified since last requested
         // 306 Switch Proxy    No longer used