t_httpc_cb_dsc
The t_httpc_cb_dsc structure is the callback functions descriptor.
Element | Type | Description |
---|---|---|
hcd_req_open_cb | t_httpc_req_open_cb | The request open callback. |
hcd_req_read_cb | t_httpc_req_read_cb | The request read callback. |
hcd_req_close_cb | t_httpc_req_close_cb | The request close callback. |
hcd_resp_open_cb | t_httpc_resp_open_cb | The response open callback. |
hcd_resp_write_cb | t_httpc_resp_write_cb | The response write callback. |
hcd_resp_close_cb | t_httpc_resp_close_cb | The response close callback. |
hcd_request_hdr_cb | t_httpc_request_hdr_cb | The request header callback. |
hcd_response_hdr_cb | t_httpc_response_hdr_cb | The response header callback. |
hcd_next_request_cb | t_httpc_next_request_cb | The next request callback. |
hcd_conn_closed_cb | t_httpc_conn_closed_cb | The connection closed callback. |