Searched defs:protocol (Results 1 – 3 of 3) sorted by relevance
38 pub(crate) protocol: ConnProtocol, field49 pub fn protocol(&self) -> &ConnProtocol { in protocol() method
53 protocol: string; property
309 let protocol = data.negotiate().alpn().unwrap_or(b"http/1.1"); in conn_negotiate() localVariable