Searched refs:SERVICE_UNAVAILABLE (Results 1 – 8 of 8) sorted by relevance
51 int SERVICE_UNAVAILABLE = 503; field
125 SERVICE_UNAVAILABLE = (503, 'Service Unavailable', variable in HTTPStatus
112 ``503`` ``SERVICE_UNAVAILABLE`` HTTP/1.1 :rfc:`7231`, Section 6.6.4
257 case SERVICE_UNAVAILABLE : in getReasonPhrase()
494 .createResponse(Response.SERVICE_UNAVAILABLE); in processMessage()
158 SERVICE_UNAVAILABLE = 503 variable
398 | :const:`SERVICE_UNAVAILABLE` | ``503`` | HTTP/1.1, `RFC 2616, Section …
1287 'status': http_client.SERVICE_UNAVAILABLE,