diff --git a/stdlib/http/client.pyi b/stdlib/http/client.pyi index f27cb0b60..c450db587 100644 --- a/stdlib/http/client.pyi +++ b/stdlib/http/client.pyi @@ -83,6 +83,7 @@ class HTTPResponse(io.BufferedIOBase, BinaryIO): headers: HTTPMessage version: int debuglevel: int + fp: io.BufferedReader closed: bool status: int reason: str