Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
D__init__.py57 MOVED_PERMANENTLY = (301, 'Moved Permanently', variable in HTTPStatus
Dserver.py687 self.send_response(HTTPStatus.MOVED_PERMANENTLY)
/third_party/python/Doc/library/
Dhttp.rst77 ``301`` ``MOVED_PERMANENTLY`` HTTP/1.1 :rfc:`7231`, Section 6.4.2
/third_party/python/Lib/test/
Dtest_httpservers.py430 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
435 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
532 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
536 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
/third_party/node/src/
Dnode_http_common.h141 V(MOVED_PERMANENTLY, 301) \
/third_party/python/Doc/whatsnew/
D2.4.rst1086 :const:`MOVED_PERMANENTLY`; use pydoc to get a full list. (Contributed by