Home
last modified time | relevance | path

Searched defs:Http1Dispatcher (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs149 pub(crate) struct Http1Dispatcher<S> { struct
150 inner: Arc<Inner<S>>,
165 impl<S> Http1Dispatcher<S> { impl
177 impl<S> Dispatcher for Http1Dispatcher<S> { implementation