Commit 8f8be821 authored by Senthil Kumaran's avatar Senthil Kumaran

Document HTTPReponse.fileno() method

parent c9651975
...@@ -477,6 +477,9 @@ statement. ...@@ -477,6 +477,9 @@ statement.
Return a list of (header, value) tuples. Return a list of (header, value) tuples.
.. method:: HTTPResponse.fileno()
Return the ``fileno`` of the underlying socket.
.. attribute:: HTTPResponse.msg .. attribute:: HTTPResponse.msg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment