Searched defs:Http1Dispatcher (Results 1 – 1 of 1) sorted by relevance
149 pub(crate) struct Http1Dispatcher<S> { struct150 inner: Arc<Inner<S>>,165 impl<S> Http1Dispatcher<S> { impl177 impl<S> Dispatcher for Http1Dispatcher<S> { implementation