Fixed custom headers and Basic authorization, added support for redirection, functional file download interface can be used for SW updates and more.

Dependents:   Sample_HTTPClient Sample_HTTPClient LWM2M_NanoService_Ethernet LWM2M_NanoService_Ethernet ... more

Fork of HTTPClient by Vincent Wochnik

More recent changes - added iCal processing.

Derivative of a derivative, however this one works when it comes to supplying Basic authorization to access a protected resource. Some additional changes to the debug interface to clean it up for consistency with many other components I have.

Revision:
32:7b9919d59194
Parent:
16:1f743885e7de
--- a/data/HTTPMap.h	Sat Jul 26 19:47:36 2014 +0000
+++ b/data/HTTPMap.h	Sat Oct 11 17:26:04 2014 +0000
@@ -39,8 +39,8 @@
 
   /** Put Key/Value pair
    The references to the parameters must remain valid as long as the clear() function is not called
-   @param key The key to use
-   @param value The corresponding value
+   @param[in] key The key to use
+   @param[in] value The corresponding value
    */
   void put(const char* key, const char* value);