mirror of https://github.com/scrapy/scrapy.git
Update docs regarding Response.ip_address and IPv6
This commit is contained in:
parent
e8da7e2966
commit
8529dff41d
|
|
@ -612,10 +612,7 @@ Response objects
|
|||
:type request: :class:`Request` object
|
||||
|
||||
:param ip_address: The IP address of the server from which the Response originated.
|
||||
:type ip_address: :class:`ipaddress.IPv4Address` object
|
||||
|
||||
.. FIXME: Add ipaddress.IPv6Address once it's supported
|
||||
|
||||
:type ip_address: :class:`ipaddress.IPv4Address` or :class:`ipaddress.IPv6Address`
|
||||
|
||||
.. attribute:: Response.url
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue