Home
last modified time | relevance | path

Searched refs:FORBIDDEN (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/http/
D__init__.py77 FORBIDDEN = (403, 'Forbidden', variable in HTTPStatus
Dserver.py1072 HTTPStatus.FORBIDDEN,
1079 HTTPStatus.FORBIDDEN,
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_http.js46 FORBIDDEN: 403, property
/third_party/icu/tools/commit-checker/
Dcheck.py23 FORBIDDEN = 3 variable in CommitWanted
/third_party/python/Doc/library/
Dhttp.rst87 ``403`` ``FORBIDDEN`` HTTP/1.1 :rfc:`7231`, Section 6.5.3
/third_party/node/src/
Dnode_http_common.h151 V(FORBIDDEN, 403) \