Function HTTPClient.readChunkSize
The size of the buffer used and maximum bytes to read per iteration. See readResponseBodyChunk
.
long readChunkSize() nothrow @property @nogc;
void readChunkSize
(
long v
) nothrow @property @nogc;