document bindaddress request meta

This commit is contained in:
Pablo Hoffman 2013-10-02 17:13:17 -03:00
parent a9c3519897
commit 37c24e01d7
1 changed files with 8 additions and 0 deletions

View File

@ -223,6 +223,14 @@ Those are:
* ``dont_merge_cookies`` (see ``cookies`` parameter of :class:`Request` constructor)
* :reqmeta:`cookiejar`
* :reqmeta:`redirect_urls`
* :reqmeta:`bindaddress`
.. reqmeta:: bindaddress
bindaddress
-----------
The IP of the outgoing IP address to use for the performing the request.
.. _topics-request-response-ref-request-subclasses: