HTTPRequest.downloadChunkSize

The size of the buffer used and maximum bytes to read per iteration. See HTTPClient.readChunkSize. Set this to a lower value (e.g. 4096 for 4 KiB) when downloading small files to decrease memory usage at the cost of download speeds.

  1. long downloadChunkSize [@property getter]
    struct HTTPRequest
    @nogc nothrow @property
    long
    downloadChunkSize
    ()
  2. long downloadChunkSize [@property setter]

Meta