Home
last modified time | relevance | path

Searched refs:UNAUTHORIZED (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/http/
H A D__init__.py74 UNAUTHORIZED = (401, 'Unauthorized', variable in HTTPStatus
/third_party/rust/crates/rust-openssl/openssl/src/
H A Docsp.rs47 pub const UNAUTHORIZED: OcspResponseStatus = consts
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h463 XX(401, UNAUTHORIZED, UNAUTHORIZED) \
/third_party/node/src/
H A Dnode_http_common.h150 V(UNAUTHORIZED, 401) \
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs1055 let response = OcspResponse::create(OcspResponseStatus::UNAUTHORIZED, None).unwrap(); in status_callbacks()
1070 assert_eq!(response.status(), OcspResponseStatus::UNAUTHORIZED); in status_callbacks()
/third_party/python/Lib/test/
H A Dtest_httplib.py593 UNAUTHORIZED = (401, 'Unauthorized', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus
1636 'UNAUTHORIZED',

Completed in 10 milliseconds