projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c305586
)
Add a small note about requests-toolbelt
author
Ian Cordasco
<graffatcolmingov@gmail.com>
Sun, 19 Jan 2014 04:44:50 +0000
(22:44 -0600)
committer
Ian Cordasco
<graffatcolmingov@gmail.com>
Sun, 19 Jan 2014 04:44:50 +0000
(22:44 -0600)
docs/user/quickstart.rst
patch
|
blob
|
history
diff --git
a/docs/user/quickstart.rst
b/docs/user/quickstart.rst
index 78b2cc655f50d92b0cf273a8d893c87374db34d7..116e5a12454826f1a14371e3c2f5822dfd8637e2 100644
(file)
--- a/
docs/user/quickstart.rst
+++ b/
docs/user/quickstart.rst
@@
-264,6
+264,12
@@
If you want, you can send strings to be received as files::
...
}
+In the event you are posting a very large file as a ``multipart/form-data``
+request, you may want to stream the request. By default, ``requests`` does not
+support this, but there is a separate package which does -
+``requests-toolbelt``. You should read `the toolbelt's documentation
+<https://toolbelt.rtfd.org>` for more details about how to use it.
+
Response Status Codes
---------------------