Name
easy:GetInfo_Size_Download -- get the number of downloaded bytes
Synopsis
dlp = easy:GetInfo_Size_Download()
Function
Returns the total amount of bytes that were downloaded. The amount is only for the latest transfer and will be reset again for each new transfer. This counts actual payload data, what's also commonly called body. All meta and header data are excluded and will not be counted in this number.

#CURLINFO_SIZE_DOWNLOAD_T is a newer replacement that returns a more sensible variable type.

Inputs
none

Results
dlp
output value

Show TOC