Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Revision 28:c0c7a6321f84, committed 2014-05-17
- Comitter:
- WiredHome
- Date:
- Sat May 17 19:54:21 2014 +0000
- Parent:
- 27:32a53068ce03
- Child:
- 29:9ee96efc1c20
- Commit message:
- disable debug
Changed in this revision
| HTTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HTTPClient.cpp Sat Apr 26 17:24:07 2014 +0000
+++ b/HTTPClient.cpp Sat May 17 19:54:21 2014 +0000
@@ -18,7 +18,7 @@
*/
//Debug is disabled by default
-#define DEBUG "HTCL"
+//#define DEBUG "HTCL"
#include <cstdio>
#if (defined(DEBUG) && !defined(TARGET_LPC11U24))
#define DBG(x, ...) std::printf("[DBG %s %3d] "x"\r\n", DEBUG, __LINE__, ##__VA_ARGS__);
