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.cpp

Revision Date Message Actions
31:96da7c08b5d0 2014-07-26 Increase a couple of buffers in order to post a long query string to a web site. File  Diff  Annotate
29:9ee96efc1c20 2014-06-14 Fix a bug in HTTPFile write method that was corrupting the received data. File  Diff  Annotate
28:c0c7a6321f84 2014-05-17 disable debug File  Diff  Annotate
26:58b6fe9f596b 2014-04-20 Minor tweak to the debug interface - with debug enabled. File  Diff  Annotate
25:76084defa790 2014-03-23 Corrected a defect where the count of custom headers was not initialized. This caused it to try to send <random> number of headers.; Also, enabled HTTPFile. 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
22:d6b08d9749d6 2014-03-09 Minor change to reduce compiler warnings. 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
15:5ad07f90e895 2012-08-29 Removed useless debug message File  Diff  Annotate
14:2744e0c0e527 2012-08-28 Fixed short chunk buffer issue File  Diff  Annotate
13:be61104f4e91 2012-08-05 Fixed blocking mode 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
9:ff30cc189191 2012-07-11 Decreased stack size use File  Diff  Annotate
8:45c8da29a1cf 2012-07-06 Fixed bug in URL parsing method File  Diff  Annotate
7:4e39864f7b15 2012-06-29 Update to using new C++ Socket API File  Diff  Annotate
6:54f79436184f 2012-06-29 Forked with right name File  Diff  Annotate
5:791fc3dcb6c4 2012-06-15 Removed velociraptors-prone gotos:) File  Diff  Annotate
4:c071b05ac026 2012-05-24 FIX File  Diff  Annotate
3:5aef7584de4b 2012-04-26 (none) File  Diff  Annotate
2:75f5b83238af 2012-04-26 (none) File  Diff  Annotate
1:b70c37cf73ca 2012-04-26 (none) File  Diff  Annotate
0:2ccb9960a044 2012-04-26 (none) File  Diff  Annotate