Merge pull request #3704 from afeld/patch-1

clarify that the `chunk_size` is optional when streaming to a file
This commit is contained in:
Cory Benfield
2016-11-17 17:27:47 +00:00
committed by GitHub
+1 -1
View File
@@ -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