Home
last modified time | relevance | path

Searched refs:UNAUTHORIZED (Results 1 – 7 of 7) 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/nghttp2/third-party/llhttp/include/
Dllhttp.h462 XX(401, UNAUTHORIZED, UNAUTHORIZED) \
/third_party/rust/crates/rust-openssl/openssl/src/
Docsp.rs47 pub const UNAUTHORIZED: OcspResponseStatus = constant
/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/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs981 let response = OcspResponse::create(OcspResponseStatus::UNAUTHORIZED, None).unwrap(); in status_callbacks()
996 assert_eq!(response.status(), OcspResponseStatus::UNAUTHORIZED); in status_callbacks()