Home
last modified time | relevance | path

Searched refs:PAYMENT_REQUIRED (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/http/
D__init__.py75 PAYMENT_REQUIRED = (402, 'Payment Required', variable in HTTPStatus
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_http.js45 PAYMENT_REQUIRED: 402, property
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h463 XX(402, PAYMENT_REQUIRED, PAYMENT_REQUIRED) \
/third_party/python/Doc/library/
Dhttp.rst86 ``402`` ``PAYMENT_REQUIRED`` HTTP/1.1 :rfc:`7231`, Section 6.5.2
/third_party/node/src/
Dnode_http_common.h150 V(PAYMENT_REQUIRED, 402) \