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.
Debugging routines
This module implements debug routines which enable debug traces to be sent to a logger Note this module is only compiled if HTTP_CORE_ENABLE_DEBUG is defined in HttpConfig.h. More...
| Functions | |
| void | HttpDebugStr (uint8_t *pString) | 
| Send string debug trace to logger. | |
| void | HttpAssert (int condition) | 
| Assert that a certain condition is true. | |
Detailed Description
This module implements debug routines which enable debug traces to be sent to a logger Note this module is only compiled if HTTP_CORE_ENABLE_DEBUG is defined in HttpConfig.h.
Function Documentation
| void HttpAssert | ( | int | condition ) | 
Assert that a certain condition is true.
- Parameters:
- 
  condition A value that must be nonzero 
Definition at line 34 of file HttpDebug.cpp.
| void HttpDebugStr | ( | uint8_t * | pString ) | 
Send string debug trace to logger.
- Parameters:
- 
  pString The string to send 
Definition at line 27 of file HttpDebug.cpp.
Generated on Tue Jul 12 2022 22:22:39 by
 1.7.2
 1.7.2