Home
last modified time | relevance | path

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

/external/nist-sip/java/javax/sip/message/
DResponse.java20 int PAYMENT_REQUIRED = 402; field
/external/python/cpython3/Lib/http/
D__init__.py69 PAYMENT_REQUIRED = (402, 'Payment Required', variable in HTTPStatus
/external/python/cpython3/Doc/library/
Dhttp.rst85 ``402`` ``PAYMENT_REQUIRED`` HTTP/1.1 :rfc:`7231`, Section 6.5.2
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPResponse.java136 case PAYMENT_REQUIRED : in getReasonPhrase()
/external/python/cpython2/Lib/
Dhttplib.py133 PAYMENT_REQUIRED = 402 variable
/external/python/cpython2/Doc/library/
Dhttplib.rst310 | :const:`PAYMENT_REQUIRED` | ``402`` | HTTP/1.1, `RFC 2616, Section …