Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_network_session.h83 struct NET_EXPORT HttpNetworkSessionParams { struct
88 HostMappingRules host_mapping_rules;
89 bool ignore_certificate_errors = false;
90 uint16_t testing_fixed_http_port = 0;
91 uint16_t testing_fixed_https_port = 0;
92 bool enable_user_alternate_protocol_ports = false;
95 bool enable_spdy_ping_based_connection_checking = true;
96 bool enable_http2 = true;
97 size_t spdy_session_max_recv_window_size;
99 int spdy_session_max_queued_capped_frames;
[all …]
H A Dhttp_network_session.cc83 HttpNetworkSessionParams::HttpNetworkSessionParams() in HttpNetworkSessionParams() function in net::HttpNetworkSessionParams