Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dhttplib.py1337 class ImproperConnectionState(HTTPException): class
1340 class CannotSendRequest(ImproperConnectionState):
1343 class CannotSendHeader(ImproperConnectionState):
1346 class ResponseNotReady(ImproperConnectionState):
/external/python/cpython3/Lib/http/
Dclient.py1448 class ImproperConnectionState(HTTPException): class
1451 class CannotSendRequest(ImproperConnectionState):
1454 class CannotSendHeader(ImproperConnectionState):
1457 class ResponseNotReady(ImproperConnectionState):
/external/python/cpython2/Doc/library/
Dhttplib.rst177 .. exception:: ImproperConnectionState
186 A subclass of :exc:`ImproperConnectionState`.
193 A subclass of :exc:`ImproperConnectionState`.
200 A subclass of :exc:`ImproperConnectionState`.
/external/python/cpython3/Doc/library/
Dhttp.client.rst153 .. exception:: ImproperConnectionState
160 A subclass of :exc:`ImproperConnectionState`.
165 A subclass of :exc:`ImproperConnectionState`.
170 A subclass of :exc:`ImproperConnectionState`.