Home
last modified time | relevance | path

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

/external/nist-sip/java/javax/sip/message/
DResponse.java13 int MULTIPLE_CHOICES = 300; field
/external/python/cpython3/Lib/http/
D__init__.py54 MULTIPLE_CHOICES = (300, 'Multiple Choices', variable in HTTPStatus
/external/python/cpython3/Doc/library/
Dhttp.rst76 ``300`` ``MULTIPLE_CHOICES`` HTTP/1.1 :rfc:`7231`, Section 6.4.1
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPResponse.java108 case MULTIPLE_CHOICES : in getReasonPhrase()
/external/python/cpython2/Lib/
Dhttplib.py122 MULTIPLE_CHOICES = 300 variable
/external/python/cpython2/Doc/library/
Dhttplib.rst274 | :const:`MULTIPLE_CHOICES` | ``300`` | HTTP/1.1, `RFC 2616, Section …