summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.client.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/http.client.rst')
-rw-r--r--Doc/library/http.client.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index f0f7803..2a5c37c 100644
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -477,6 +477,9 @@ statement.
Return a list of (header, value) tuples.
+.. method:: HTTPResponse.fileno()
+
+ Return the ``fileno`` of the underlying socket.
.. attribute:: HTTPResponse.msg