Update library (02 Feb 2015)

Dependencies:   EthernetInterface HTTPClient mbed-rtos mbed

Fork of HTTPClient_HelloWorld by Donatien Garnier

Revision:
4:dce35de805b5
Parent:
3:242eb9cf2b1e
Child:
5:f2c6eeb33c97
--- a/main.cpp	Sun Dec 01 16:18:57 2013 +0000
+++ b/main.cpp	Mon Dec 02 14:41:44 2013 +0000
@@ -97,7 +97,7 @@
     ret = eth.disconnect();  
     if (!ret)
     {
-      printf("Disconnect\n");
+      printf("Disconnected\n");
     }
     else
     {