Searched defs:dispatcher (Results 1 – 3 of 3) sorted by relevance
121 let dispatcher = ConnDispatcher::http1(connector.connect(url).await?); in conn_h1() localVariable189 let dispatcher = ConnDispatcher::http1(stream); in conn_negotiate() localVariable194 let dispatcher = ConnDispatcher::http1(stream); in conn_negotiate() localVariable221 let dispatcher = ConnDispatcher::http2(config, stream); in dispatch_h2_conn() localVariable
36 pub(crate) mod dispatcher; module
94 let dispatcher = ConnDispatcher::http1( in conn() localVariable