1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 21:44:19 +00:00

document bindaddress request meta

This commit is contained in:
Pablo Hoffman 2013-10-02 17:13:17 -03:00
parent a9c3519897
commit 37c24e01d7

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: