Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
D__init__.py57 MOVED_PERMANENTLY = (301, 'Moved Permanently', variable in HTTPStatus
Dserver.py694 self.send_response(HTTPStatus.MOVED_PERMANENTLY)
/third_party/python/Lib/test/
Dtest_httpservers.py435 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
442 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
452 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
462 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
479 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
484 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
581 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
585 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h453 XX(301, MOVED_PERMANENTLY, MOVED_PERMANENTLY) \
/third_party/python/Doc/library/
Dhttp.rst77 ``301`` ``MOVED_PERMANENTLY`` HTTP/1.1 :rfc:`7231`, Section 6.4.2
/third_party/node/src/
Dnode_http_common.h141 V(MOVED_PERMANENTLY, 301) \
/third_party/openssl/doc/man3/
DOSSL_HTTP_transfer.pod197 the server may return with HTTP code 301 (MOVED_PERMANENTLY) or 302 (FOUND).
/third_party/python/Doc/whatsnew/
D2.4.rst1086 :const:`MOVED_PERMANENTLY`; use pydoc to get a full list. (Contributed by