Home
last modified time | relevance | path

Searched refs:BAD_GATEWAY (Results 1 – 7 of 7) sorted by relevance

/external/nist-sip/java/javax/sip/message/
DResponse.java50 int BAD_GATEWAY = 502; field
/external/python/cpython3/Lib/http/
D__init__.py135 BAD_GATEWAY = (502, 'Bad Gateway', variable in HTTPStatus
/external/python/cpython3/Doc/library/
Dhttp.rst115 ``502`` ``BAD_GATEWAY`` HTTP/1.1 :rfc:`7231`, Section 6.6.3
/external/python/oauth2client/tests/
Dtest_client.py1269 'status': http_client.BAD_GATEWAY,
1277 'status': http_client.BAD_GATEWAY,
1361 'status': http_client.BAD_GATEWAY,
1369 'status': http_client.BAD_GATEWAY,
1445 'status': http_client.BAD_GATEWAY,
1829 status = int(http_client.BAD_GATEWAY)
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPResponse.java253 case BAD_GATEWAY : in getReasonPhrase()
/external/python/cpython2/Lib/
Dhttplib.py157 BAD_GATEWAY = 502 variable
/external/python/cpython2/Doc/library/
Dhttplib.rst394 | :const:`BAD_GATEWAY` | ``502`` | HTTP/1.1 `RFC 2616, Section …