Searched defs:GATEWAY_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
/external/aws-sdk-java-v2/http-client-spi/src/main/java/software/amazon/awssdk/http/ | ||
D | HttpStatusCode.java | 63 public static final int GATEWAY_TIMEOUT = 504; field in HttpStatusCode |
/external/python/cpython3/Lib/http/ | ||
D | __init__.py | 163 GATEWAY_TIMEOUT = (504, 'Gateway Timeout', variable in HTTPStatus |
/external/python/cpython3/Lib/test/ | ||
D | test_httplib.py | 699 GATEWAY_TIMEOUT = (504, 'Gateway Timeout', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus |