Searched defs:Http1Dispatcher (Results 1 – 1 of 1) sorted by relevance
77 pub(crate) struct Http1Dispatcher<S> { struct78 inner: Arc<Inner<S>>,91 impl<S> Http1Dispatcher<S> { impl103 impl<S> Dispatcher for Http1Dispatcher<S> { implementation