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:
37:74c1c4527f70
Parent:
35:d9e2d1c96b75
Child:
38:2ef07232f65c
--- a/HTTPClient.h	Tue Jan 26 11:44:35 2016 +0000
+++ b/HTTPClient.h	Sat Dec 17 15:19:55 2016 +0000
@@ -195,5 +195,6 @@
 #include "data/HTTPText.h"
 #include "data/HTTPMap.h"
 #include "data/HTTPFile.h"
+#include "data/HTTPJson.h"
 
 #endif