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 42:ab259a9d1d36, committed 2017-06-04
- Comitter:
- WiredHome
- Date:
- Sun Jun 04 15:51:38 2017 +0000
- Parent:
- 41:37e7df011c1f
- Child:
- 43:12a6ae712bcd
- Commit message:
- Introduce hooks for private memory manager for improved debugging.
Changed in this revision
| HTTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
| data/HTTPiCal.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HTTPClient.cpp Sun Apr 16 20:55:07 2017 +0000 +++ b/HTTPClient.cpp Sun Jun 04 15:51:38 2017 +0000 @@ -17,7 +17,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "Utility.h" // private memory manager +//#include "Utility.h" // private memory manager #ifndef UTILITY_H #define swMalloc malloc // use the standard #define swFree free
--- a/data/HTTPiCal.cpp Sun Apr 16 20:55:07 2017 +0000 +++ b/data/HTTPiCal.cpp Sun Jun 04 15:51:38 2017 +0000 @@ -1,6 +1,6 @@ #include "HTTPiCal.h" -#include "Utility.h" // private memory manager +//#include "Utility.h" // private memory manager #ifndef UTILITY_H #define swMalloc malloc // use the standard #define swFree free
