mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add HTTPResponse.fp as io.BufferedReader (#6324)
See da20d7401d/Lib/http/client.py (L256)
This commit is contained in:
@@ -83,6 +83,7 @@ class HTTPResponse(io.BufferedIOBase, BinaryIO):
|
||||
headers: HTTPMessage
|
||||
version: int
|
||||
debuglevel: int
|
||||
fp: io.BufferedReader
|
||||
closed: bool
|
||||
status: int
|
||||
reason: str
|
||||
|
||||
Reference in New Issue
Block a user