mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
clarify that the chunk_size is optional when streaming to a file
This commit is contained in:
@@ -184,7 +184,7 @@ streamed to a file::
|
||||
Using ``Response.iter_content`` will handle a lot of what you would otherwise
|
||||
have to handle when using ``Response.raw`` directly. When streaming a
|
||||
download, the above is the preferred and recommended way to retrieve the
|
||||
content.
|
||||
content. Note that `chunk_size` is optional.
|
||||
|
||||
|
||||
Custom Headers
|
||||
|
||||
Reference in New Issue
Block a user