We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aea297 commit b96b61eCopy full SHA for b96b61e
1 file changed
stdlib/http/client.pyi
@@ -166,6 +166,7 @@ class HTTPResponse(io.BufferedIOBase, BinaryIO): # type: ignore[misc] # incomp
166
def begin(self) -> None: ...
167
168
class HTTPConnection:
169
+ blocksize: int
170
auto_open: int # undocumented
171
debuglevel: int
172
default_port: int # undocumented
0 commit comments