Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/net/
H A Dhttp_loader.rs732 let credentials_flag = match http_request.credentials_mode { in http_network_or_cache_fetch() localVariable
828 if credentials_flag { in http_network_or_cache_fetch()
938 let forward_response = http_network_fetch(http_request, credentials_flag, in http_network_or_cache_fetch()
972 …et (Some(StatusCode::Unauthorized), false, true) = (response.status, cors_flag, credentials_flag) { in http_network_or_cache_fetch()
1031 credentials_flag: bool, in http_network_fetch()
1199 if credentials_flag { in http_network_fetch()