Searched refs:MOVED_PERMANENTLY (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/http/ |
D | __init__.py | 57 MOVED_PERMANENTLY = (301, 'Moved Permanently', variable in HTTPStatus
|
D | server.py | 694 self.send_response(HTTPStatus.MOVED_PERMANENTLY)
|
/third_party/python/Lib/test/ |
D | test_httpservers.py | 435 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/ |
D | llhttp.h | 453 XX(301, MOVED_PERMANENTLY, MOVED_PERMANENTLY) \
|
/third_party/python/Doc/library/ |
D | http.rst | 77 ``301`` ``MOVED_PERMANENTLY`` HTTP/1.1 :rfc:`7231`, Section 6.4.2
|
/third_party/node/src/ |
D | node_http_common.h | 141 V(MOVED_PERMANENTLY, 301) \
|
/third_party/openssl/doc/man3/ |
D | OSSL_HTTP_transfer.pod | 197 the server may return with HTTP code 301 (MOVED_PERMANENTLY) or 302 (FOUND).
|
/third_party/python/Doc/whatsnew/ |
D | 2.4.rst | 1086 :const:`MOVED_PERMANENTLY`; use pydoc to get a full list. (Contributed by
|