Searched defs:AltService (Results 1 – 2 of 2) sorted by relevance
30 pub(crate) struct AltService { struct41 inner: Arc<Mutex<HashMap<PoolKey, Vec<AltService>>>>, argument45 pub(crate) fn get_alt_svcs(&self, key: &PoolKey) -> Option<Vec<AltService>> { in get_alt_svcs()52 fn parse_alt_svc(src_host: &Host, values: &[u8]) -> Option<AltService> { in parse_alt_svc()
334 alt_svcs: Option<Vec<AltService>>, in conn_alt_svc()