Searched refs:NOT_ACCEPTABLE (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/http/ | ||
H A D | __init__.py | 84 NOT_ACCEPTABLE = (406, 'Not Acceptable', variable in HTTPStatus |
/third_party/nghttp2/third-party/llhttp/include/ | ||
H A D | llhttp.h | 468 XX(406, NOT_ACCEPTABLE, NOT_ACCEPTABLE) \ |
/third_party/node/src/ | ||
H A D | node_http_common.h | 155 V(NOT_ACCEPTABLE, 406) \ |
/third_party/python/Lib/test/ | ||
H A D | test_httplib.py | 603 NOT_ACCEPTABLE = (406, 'Not Acceptable', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus 1641 'NOT_ACCEPTABLE', |
Completed in 7 milliseconds