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.

Revisions of HTTPClient.h

Revision Date Message Actions
49:c5abb7ae070b 2019-07-14 Correct an api parameter type. File  Diff  Annotate
38:2ef07232f65c 2016-12-29 Added a method to translate a return code to a text message File  Diff  Annotate
37:74c1c4527f70 2016-12-17 Integrated the Json interface. File  Diff  Annotate
35:d9e2d1c96b75 2015-08-06 Code changes based on running through a stricter compiler. File  Diff  Annotate
32:7b9919d59194 2014-10-11 Documentation updates only. File  Diff  Annotate
30:1df62fedb13b 2014-07-05 Modified the return code so OK is the only value zero return. File  Diff  Annotate
24:eee214e3e806 2014-03-15 Reformatted to match standard style.; Added support for automatically following redirection, and for getting the redirect location. File  Diff  Annotate
23:517fec8b8b99 2014-03-15 Added HTTPFile methods File  Diff  Annotate
21:d33f7e1ce811 2014-02-09 Revise interface to Basic Auth credentials so it will cache them locally File  Diff  Annotate
20:4ea5255c1b04 2014-02-02 Fixed Basic authorization and sending of the extra header information. Modified the debug stuff for consistency with some other apps. File  Diff  Annotate
19:bcbf0af9fac3 2014-01-24 Improve auth, add custom headers File  Diff  Annotate
18:cf5d7427a9ec 2013-04-28 implemented basicauth function File  Diff  Annotate
17:8299c6440e37 2013-01-18 Enable basicauth File  Diff  Annotate
16:1f743885e7de 2012-08-30 IHTTPData (HTTPText, HTTPMap) objects can be re-used multiple times (reading/writing position is reset on each connection); Support for PUT and DELETE methods File  Diff  Annotate
12:89d09a6db00a 2012-08-05 Updated to match the newest Socket API File  Diff  Annotate
11:390362de8c3f 2012-07-30 Update for compat with newest Socket API File  Diff  Annotate
10:e1351de84c16 2012-07-18 Corrected licence headers File  Diff  Annotate
7:4e39864f7b15 2012-06-29 Update to using new C++ Socket API File  Diff  Annotate
5:791fc3dcb6c4 2012-06-15 Removed velociraptors-prone gotos:) File  Diff  Annotate
0:2ccb9960a044 2012-04-26 (none) File  Diff  Annotate