From: Ian Cordasco Date: Sun, 19 Jan 2014 04:44:50 +0000 (-0600) Subject: Add a small note about requests-toolbelt X-Git-Tag: v2.3.0~39^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=799bf116fe7e4149ef119bb5e241e77749190278;p=services%2Fpython-requests.git Add a small note about requests-toolbelt --- diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 78b2cc6..116e5a1 100644 --- 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 +` for more details about how to use it. + Response Status Codes ---------------------