Home
last modified time | relevance | path

Searched refs:HTTP_VERSION_NOT_SUPPORTED (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/http/
H A D__init__.py143 HTTP_VERSION_NOT_SUPPORTED = (505, 'HTTP Version Not Supported', variable in HTTPStatus
H A Dserver.py317 HTTPStatus.HTTP_VERSION_NOT_SUPPORTED,
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h511 XX(505, HTTP_VERSION_NOT_SUPPORTED, HTTP_VERSION_NOT_SUPPORTED) \
/third_party/node/src/
H A Dnode_http_common.h183 V(HTTP_VERSION_NOT_SUPPORTED, 505) \
/third_party/python/Lib/test/
H A Dtest_httpservers.py209 self.assertEqual(res.status, HTTPStatus.HTTP_VERSION_NOT_SUPPORTED)
H A Dtest_httplib.py661 HTTP_VERSION_NOT_SUPPORTED = (505, 'HTTP Version Not Supported', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus
1668 'HTTP_VERSION_NOT_SUPPORTED',

Completed in 11 milliseconds