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
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.
History
Correct an api parameter type.
2019-07-14, by WiredHome [Sun, 14 Jul 2019 01:42:33 +0000] rev 49
Correct an api parameter type.
Minor change to a memory allocation for header parsing.
2019-04-03, by WiredHome [Wed, 03 Apr 2019 22:00:31 +0000] rev 48
Minor change to a memory allocation for header parsing.
Increased a buffer size for header parsing
2019-01-09, by WiredHome [Wed, 09 Jan 2019 12:38:31 +0000] rev 47
Increased a buffer size for header parsing
Minor change to debug code only.
2018-11-18, by WiredHome [Sun, 18 Nov 2018 03:48:50 +0000] rev 46
Minor change to debug code only.
Make a private data structure static to avoid a name class
2017-10-01, by WiredHome [Sun, 01 Oct 2017 18:07:05 +0000] rev 45
Make a private data structure static to avoid a name class
Minor changes to integrate SW Memory manager.
2017-07-29, by WiredHome [Sat, 29 Jul 2017 14:05:52 +0000] rev 44
Minor changes to integrate SW Memory manager.
Small memory reduction in ::FormatCTime(),; Minor tweaks to debug information.
2017-07-20, by WiredHome [Thu, 20 Jul 2017 10:56:03 +0000] rev 43
Small memory reduction in ::FormatCTime(),; Minor tweaks to debug information.
Introduce hooks for private memory manager for improved debugging.
2017-06-04, by WiredHome [Sun, 04 Jun 2017 15:51:38 +0000] rev 42
Introduce hooks for private memory manager for improved debugging.
Correct a memory leak that occurred when basic auth credentials were used.
2017-04-16, by WiredHome [Sun, 16 Apr 2017 20:55:07 +0000] rev 41
Correct a memory leak that occurred when basic auth credentials were used.
Revisions to clean up the iCal interface.
2017-03-14, by WiredHome [Tue, 14 Mar 2017 02:59:32 +0000] rev 40
Revisions to clean up the iCal interface.