Searched refs:PERMANENT_REDIRECT (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/http/ | ||
H A D | __init__.py | 68 PERMANENT_REDIRECT = (308, 'Permanent Redirect', variable in HTTPStatus |
/third_party/nghttp2/third-party/llhttp/include/ | ||
H A D | llhttp.h | 461 XX(308, PERMANENT_REDIRECT, PERMANENT_REDIRECT) \ |
/third_party/node/src/ | ||
H A D | node_http_common.h | 148 V(PERMANENT_REDIRECT, 308) \ |
/third_party/python/Lib/test/ | ||
H A D | test_httplib.py | 588 PERMANENT_REDIRECT = (308, 'Permanent Redirect', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus |
Completed in 8 milliseconds