Home
last modified time | relevance | path

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

/external/nist-sip/java/javax/sip/message/
DResponse.java20 int PAYMENT_REQUIRED = 402; field
/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 …