Searched refs:HTTP_VERSION_NOT_SUPPORTED (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/http/ |
H A D | __init__.py | 143 HTTP_VERSION_NOT_SUPPORTED = (505, 'HTTP Version Not Supported', variable in HTTPStatus
|
H A D | server.py | 317 HTTPStatus.HTTP_VERSION_NOT_SUPPORTED,
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 511 XX(505, HTTP_VERSION_NOT_SUPPORTED, HTTP_VERSION_NOT_SUPPORTED) \
|
/third_party/node/src/ |
H A D | node_http_common.h | 183 V(HTTP_VERSION_NOT_SUPPORTED, 505) \
|
/third_party/python/Lib/test/ |
H A D | test_httpservers.py | 209 self.assertEqual(res.status, HTTPStatus.HTTP_VERSION_NOT_SUPPORTED)
|
H A D | test_httplib.py | 661 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