HTTPClient.readChunkSize

The size of the buffer used and maximum bytes to read per iteration. See readResponseBodyChunk.

  1. long readChunkSize [@property getter]
  2. long readChunkSize [@property setter]
    struct HTTPClient
    @nogc nothrow @property
    void
    readChunkSize
    (
    long v
    )

Meta