Home
last modified time | relevance | path

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

/external/nist-sip/java/javax/sip/message/
DResponse.java14 int MOVED_PERMANENTLY = 301; field
/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