Searched refs:SERVICE_UNAVAILABLE (Results 1 – 9 of 9) sorted by relevance
51 int SERVICE_UNAVAILABLE = 503; field
137 SERVICE_UNAVAILABLE = (503, 'Service Unavailable', variable in HTTPStatus
116 ``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()
335 info={'status': http_client.SERVICE_UNAVAILABLE,
158 SERVICE_UNAVAILABLE = 503 variable
398 | :const:`SERVICE_UNAVAILABLE` | ``503`` | HTTP/1.1, `RFC 2616, Section …
1287 'status': http_client.SERVICE_UNAVAILABLE,