Home
last modified time | relevance | path

Searched refs:GATEWAY_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/http/
D__init__.py140 GATEWAY_TIMEOUT = (504, 'Gateway Timeout', variable in HTTPStatus
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_http.js63 GATEWAY_TIMEOUT: 504, property
/third_party/python/Doc/library/
Dhttp.rst117 ``504`` ``GATEWAY_TIMEOUT`` HTTP/1.1 :rfc:`7231`, Section 6.6.5
/third_party/node/src/
Dnode_http_common.h181 V(GATEWAY_TIMEOUT, 504) \