Library for httpserver

Dependents:   Internet_Piano_v2

Fork of httpServer_with_Ethernt by IOP

Revision:
2:dd293a10a772
Parent:
0:e59cc54df17c
--- a/HTTPRequestHandler.h	Tue Jun 30 00:21:41 2015 +0000
+++ b/HTTPRequestHandler.h	Wed Sep 02 02:03:22 2015 +0000
@@ -134,6 +134,7 @@
         virtual int handlePostRequest() = 0;
         
         void getStandardHeaders(HTTPHeaders& header, const char* fext = NULL);
+        
 };
 
 #endif //   __HTTPREQUESTHANDLER_H__
\ No newline at end of file