Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The parameter HTTPc_PARAM_TYPE_RESP_BODY_HOOK must be set up using the function HTTPc_ReqSetParam() for the hook function to be called.

Prototype

Code Block
          CPU_INT32U  HTTPc_RespBodyHook (HTTPc_CONN_OBJ     *p_conn_obj,
                                          HTTPc_REQ_OBJ      *p_req_obj,
                                          HTTP_CONTENT_TYPE   content_type,
                                          void               *p_data,
                                          CPU_INT32U          data_len,
                                          CPU_BOOLEAN         last_chunk);

Arguments

p_conn_obj

Pointer to the current HTTPc Connection Object.

...