Skip to content

Commit

Permalink
Add a small note about requests-toolbelt
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Jan 19, 2014
1 parent c305586 commit 799bf11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/user/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------
Expand Down

0 comments on commit 799bf11

Please sign in to comment.