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/
D__init__.py142 HTTP_VERSION_NOT_SUPPORTED = (505, 'HTTP Version Not Supported', variable in HTTPStatus
Dserver.py315 HTTPStatus.HTTP_VERSION_NOT_SUPPORTED,
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h511 XX(505, HTTP_VERSION_NOT_SUPPORTED, HTTP_VERSION_NOT_SUPPORTED) \
/third_party/python/Doc/library/
Dhttp.rst118 ``505`` ``HTTP_VERSION_NOT_SUPPORTED`` HTTP/1.1 :rfc:`7231`, Section 6.6.6
/third_party/node/src/
Dnode_http_common.h183 V(HTTP_VERSION_NOT_SUPPORTED, 505) \
/third_party/python/Lib/test/
Dtest_httpservers.py187 self.assertEqual(res.status, HTTPStatus.HTTP_VERSION_NOT_SUPPORTED)