Searched defs:HTTP_VERSION_NOT_SUPPORTED (Results 1 – 3 of 3) sorted by relevance
| /external/python/cpython3/Lib/http/ | ||
| D | __init__.py | 143 HTTP_VERSION_NOT_SUPPORTED = (505, 'HTTP Version Not Supported', variable in HTTPStatus |
| /external/python/cpython2/Lib/ | ||
| D | httplib.py | 160 HTTP_VERSION_NOT_SUPPORTED = 505 variable |
| /external/python/cpython3/Lib/test/ | ||
| D | test_httplib.py | 661 HTTP_VERSION_NOT_SUPPORTED = (505, 'HTTP Version Not Supported', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus |