Searched defs:HttpStreamPoolRequestInfo (Results 1 – 4 of 4) sorted by relevance
20 struct NET_EXPORT_PRIVATE HttpStreamPoolRequestInfo { struct33 HttpStreamPoolRequestInfo& operator=(HttpStreamPoolRequestInfo&&); argument37 HttpStreamPoolRequestInfo& operator=(const HttpStreamPoolRequestInfo&) = argument42 url::SchemeHostPort destination;43 PrivacyMode privacy_mode = PrivacyMode::PRIVACY_MODE_DISABLED;44 SocketTag socket_tag;45 NetworkAnonymizationKey network_anonymization_key;46 SecureDnsPolicy secure_dns_policy = SecureDnsPolicy::kAllow;47 bool disable_cert_network_fetches = false;49 AlternativeServiceInfo alternative_service_info;[all …]
17 HttpStreamPoolRequestInfo::HttpStreamPoolRequestInfo( in HttpStreamPoolRequestInfo() function in net::HttpStreamPoolRequestInfo