Searched defs:Http1Dispatcher (Results 1 – 1 of 1) sorted by relevance
78 pub(crate) struct Http1Dispatcher<S> { struct79 inner: Arc<Inner<S>>,94 impl<S> Http1Dispatcher<S> { implementation106 impl<S> Dispatcher for Http1Dispatcher<S> { implementation