cef_urlrequest_client_t.on_download_data

Called when some part of the response is read. |data| contains the current bytes received since the last call. This function will not be called if the UR_FLAG_NO_DOWNLOAD_DATA flag is set on the request.

struct cef_urlrequest_client_t
extern (System)
void function(cef_urlrequest_client_t* self, cef_urlrequest_t* request, const(void)* data, size_t data_length) nothrow on_download_data;

Meta