Searched defs:GATEWAY_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Lib/http/ | ||
| D | __init__.py | 140 GATEWAY_TIMEOUT = (504, 'Gateway Timeout', variable in HTTPStatus |
| /external/python/cpython2/Lib/ | ||
| D | httplib.py | 159 GATEWAY_TIMEOUT = 504 variable |