Function HTTPRequest.downloadChunkSize
The size of the buffer used and maximum bytes to read per iteration. See HTTPClient
.
Set this to a higher value (e.g. 65536 for 64 KiB) when downloading large files to achieve better speeds at the cost of memory.
long downloadChunkSize() nothrow @property @nogc;
void downloadChunkSize
(
long v
) nothrow @property @nogc;