MCPcopy
hub / github.com/psf/requests / ReadTimeout

Class ReadTimeout

src/requests/exceptions.py:98–99  ·  view source on GitHub ↗

The server did not send any data in the allotted amount of time.

Source from the content-addressed store, hash-verified

96
97
98class ReadTimeout(Timeout):
99 """The server did not send any data in the allotted amount of time."""
100
101
102class URLRequired(RequestException):

Callers 1

sendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected