Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
D__init__.py119 TOO_MANY_REQUESTS = (429, 'Too Many Requests', variable in HTTPStatus
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h490 XX(429, TOO_MANY_REQUESTS, TOO_MANY_REQUESTS) \
/third_party/python/Doc/library/
Dhttp.rst110 ``429`` ``TOO_MANY_REQUESTS`` Additional HTTP Status Codes :rfc:`6585`
/third_party/node/src/
Dnode_http_common.h175 V(TOO_MANY_REQUESTS, 429) \