Searched refs:http1 (Results 1 – 8 of 8) sorted by relevance
25 mod http1; module41 Conn::Http1(http1) => http1::request(http1, request), in request()
24 use crate::util::dispatcher::http1::Http1Conn;
25 mod http1; module45 Conn::Http1(http1) => http1::request(http1, request).await, in request()
22 use crate::util::dispatcher::http1::Http1Conn;
93 let dispatcher = ConnDispatcher::http1( in conn()
119 ConnDispatcher::http1(connect_fut.await.map_err(|e| { in conn()
19 hyper = { version = "0.14.23", features = ["http1", "tcp", "server"] }
24 Http1(http1::Http1Dispatcher<S>),56 Http1(http1::Http1Conn<S>),63 pub(crate) mod http1 { module70 pub(crate) fn http1(io: S) -> Self { in http1() method