Connection Hooks
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.Table - Connection Hooks
Hook Function Description Connection Hooks On Connection Connect Notify that a connection has finish the Connect process. On Connection Close Notify that a connection has been close.