Searched refs:UNAUTHORIZED (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/http/ |
H A D | __init__.py | 74 UNAUTHORIZED = (401, 'Unauthorized', variable in HTTPStatus
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ocsp.rs | 47 pub const UNAUTHORIZED: OcspResponseStatus = consts
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 463 XX(401, UNAUTHORIZED, UNAUTHORIZED) \
|
/third_party/node/src/ |
H A D | node_http_common.h | 150 V(UNAUTHORIZED, 401) \
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
H A D | mod.rs | 1055 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 D | test_httplib.py | 593 UNAUTHORIZED = (401, 'Unauthorized', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus 1636 'UNAUTHORIZED',
|
Completed in 10 milliseconds