Note about Response.ip_address

This commit is contained in:
Eugenio Lacuesta 2020-02-10 12:29:39 -03:00
parent c2f484de88
commit 13ba9bc629
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 2 additions and 0 deletions

View File

@ -685,6 +685,8 @@ Response objects
.. attribute:: Response.ip_address
The IP address of the server from which the Response originated.
This attribute is currently only populated by the HTTP 1.1 download
handler, i.e. for ``http(s)`` responses.
.. method:: Response.copy()