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]
  2. long downloadChunkSize [@property setter]
    struct HTTPRequest
    @nogc nothrow @property
    void
    downloadChunkSize
    (
    long v
    )

Meta