Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
D__init__.py73 UNAUTHORIZED = (401, 'Unauthorized', variable in HTTPStatus
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_http.js44 UNAUTHORIZED: 401, property
/third_party/python/Doc/library/
Dhttp.rst85 ``401`` ``UNAUTHORIZED`` HTTP/1.1 Authentication :rfc:`7235`, Section 3.1
/third_party/node/src/
Dnode_http_common.h149 V(UNAUTHORIZED, 401) \
/third_party/libsoup/
DChangeLog.pre-git5655 * tests/auth-test.c (main): s/CANT_AUTHENTICATE/UNAUTHORIZED/