spring-framework / org.springframework.http.client / SimpleClientHttpRequestFactory / setChunkSize

setChunkSize

open fun setChunkSize(chunkSize: Int): Unit

Set the number of bytes to write in each chunk when not buffering request bodies locally.

Note that this parameter is only used when bufferRequestBody is set to false, and the Content-Length is not known in advance.

See Also
#setBufferRequestBody(boolean)