Home
last modified time | relevance | path

Searched refs:ImproperConnectionState (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/http/
Dclient.py1495 class ImproperConnectionState(HTTPException): class
1498 class CannotSendRequest(ImproperConnectionState):
1501 class CannotSendHeader(ImproperConnectionState):
1504 class ResponseNotReady(ImproperConnectionState):
/third_party/python/Doc/library/
Dhttp.client.rst188 .. exception:: ImproperConnectionState
195 A subclass of :exc:`ImproperConnectionState`.
200 A subclass of :exc:`ImproperConnectionState`.
205 A subclass of :exc:`ImproperConnectionState`.