u-blox modem HTTP client test

Dependencies:   UbloxUSBModem mbed

Revision:
6:d17e425e9425
Parent:
1:0112fc45285a
--- a/HTTPClient/data/HTTPText.h	Mon Nov 04 09:00:29 2013 +0000
+++ b/HTTPClient/data/HTTPText.h	Tue Jun 03 11:30:51 2014 +0100
@@ -42,7 +42,7 @@
 protected:
   //IHTTPDataIn
   virtual void readReset();
-  
+
   virtual int read(char* buf, size_t len, size_t* pReadLen);
 
   virtual int getDataType(char* type, size_t maxTypeLen); //Internet media type for Content-Type header
@@ -53,7 +53,7 @@
 
   //IHTTPDataOut
   virtual void writeReset();
-  
+
   virtual int write(const char* buf, size_t len);
 
   virtual void setDataType(const char* type); //Internet media type from Content-Type header