ported HTTP-Server with W5500 Ethernet Shield

Dependencies:   W5500Interface mbed-rpc mbed

Fork of HTTP-Server by Francois Berder

Revision:
11:ac3569846176
Parent:
0:9e4bcb10b3e3
--- a/Formatter.h	Thu Jul 18 10:10:14 2013 +0000
+++ b/Formatter.h	Tue Apr 28 13:54:18 2015 +0000
@@ -1,7 +1,6 @@
 #ifndef FORMATTER
 #define FORMATTER
 
-
 class Formatter
 {
     public :
@@ -41,6 +40,7 @@
     protected :
         
         virtual void get_chunk(const int c, char *reply);
+
 };