HCHttpCallResponseAppendResponseBodyBytes
Appends to the response body byte buffer of the HTTP call. If a custom write callback was previously set on this call handle using HCHttpCallResponseSetResponseBodyWriteFunction, this operation will fail as these are mutually exclusive.Syntax
Parameters
call _In_Type: HCCallHandle The handle of the HTTP call. bodyBytes _In_reads_bytes_(bodySize)
Type: uint8_t* The data to append. bodySize _In_
Type: size_t The length in bytes of the data.
