Add a small note about requests-toolbelt
authorIan Cordasco <graffatcolmingov@gmail.com>
Sun, 19 Jan 2014 04:44:50 +0000 (22:44 -0600)
committerIan Cordasco <graffatcolmingov@gmail.com>
Sun, 19 Jan 2014 04:44:50 +0000 (22:44 -0600)
docs/user/quickstart.rst

index 78b2cc655f50d92b0cf273a8d893c87374db34d7..116e5a12454826f1a14371e3c2f5822dfd8637e2 100644 (file)
@@ -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
 ---------------------