Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
H A D__init__.py58 MOVED_PERMANENTLY = (301, 'Moved Permanently', variable in HTTPStatus
H A Dserver.py705 self.send_response(HTTPStatus.MOVED_PERMANENTLY)
/third_party/python/Lib/test/
H A Dtest_httpservers.py465 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
472 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
482 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
492 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
509 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
514 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
614 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
618 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
H A Dtest_httplib.py578 MOVED_PERMANENTLY = (301, 'Moved Permanently', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus
1629 'MOVED_PERMANENTLY',
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h454 XX(301, MOVED_PERMANENTLY, MOVED_PERMANENTLY) \
/third_party/node/src/
H A Dnode_http_common.h142 V(MOVED_PERMANENTLY, 301) \

Completed in 10 milliseconds