Home
last modified time | relevance | path

Searched defs:StreamRequestInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream_factory.h75 struct NET_EXPORT StreamRequestInfo { struct
80 StreamRequestInfo& operator=(const StreamRequestInfo& other); argument
82 StreamRequestInfo& operator=(StreamRequestInfo&& other); argument
86 std::string method;
87 NetworkAnonymizationKey network_anonymization_key;
91 bool is_http1_allowed = true;
93 int load_flags = 0;
94 PrivacyMode privacy_mode = PRIVACY_MODE_DISABLED;
95 SecureDnsPolicy secure_dns_policy = SecureDnsPolicy::kAllow;
96 SocketTag socket_tag;
H A Dhttp_stream_factory.cc55 HttpStreamFactory::StreamRequestInfo::StreamRequestInfo( in StreamRequestInfo() function in net::HttpStreamFactory::StreamRequestInfo