Home
last modified time | relevance | path

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

/external/nist-sip/java/javax/sip/message/
DResponse.java14 int MOVED_PERMANENTLY = 301; field
/external/python/cpython3/Lib/http/
D__init__.py56 MOVED_PERMANENTLY = (301, 'Moved Permanently', variable in HTTPStatus
Dserver.py687 self.send_response(HTTPStatus.MOVED_PERMANENTLY)
/external/python/apitools/apitools/base/py/
Dhttp_wrapper.py59 http_client.MOVED_PERMANENTLY,
/external/python/cpython3/Doc/library/
Dhttp.rst77 ``301`` ``MOVED_PERMANENTLY`` HTTP/1.1 :rfc:`7231`, Section 6.4.2
/external/python/cpython3/Lib/test/
Dtest_httpservers.py428 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
432 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
529 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
533 self.check_status_and_reason(response, HTTPStatus.MOVED_PERMANENTLY)
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPResponse.java112 case MOVED_PERMANENTLY : in getReasonPhrase()
/external/python/cpython2/Lib/
Dhttplib.py123 MOVED_PERMANENTLY = 301 variable
/external/python/cpython2/Doc/library/
Dhttplib.rst278 | :const:`MOVED_PERMANENTLY` | ``301`` | HTTP/1.1, `RFC 2616, Section …
/external/python/cpython2/Doc/whatsnew/
D2.4.rst1086 :const:`MOVED_PERMANENTLY`; use pydoc to get a full list. (Contributed by
/external/python/cpython3/Doc/whatsnew/
D2.4.rst1086 :const:`MOVED_PERMANENTLY`; use pydoc to get a full list. (Contributed by