Searched refs:BAD_GATEWAY (Results 1 – 7 of 7) sorted by relevance
50 int BAD_GATEWAY = 502; field
135 BAD_GATEWAY = (502, 'Bad Gateway', variable in HTTPStatus
115 ``502`` ``BAD_GATEWAY`` HTTP/1.1 :rfc:`7231`, Section 6.6.3
1269 '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)
253 case BAD_GATEWAY : in getReasonPhrase()
157 BAD_GATEWAY = 502 variable
394 | :const:`BAD_GATEWAY` | ``502`` | HTTP/1.1 `RFC 2616, Section …