HTTP-client provide a set of hook to notify the connection status to the application. Like for every hook functions, those are only available when the µC/HTTP-client internal task is active (HTTPc_CFG_MODE_ASYNC_TASK_EN
). Those hook functions can be set up with the API function HTTPc_ConnSetParam()
and are mandatory when the API function HTTPc_ConnOpen()
is called in no-blocking mode.
General
Content
Integrations