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.rs77 pub(crate) struct Http1Dispatcher<S> { struct
78 inner: Arc<Inner<S>>,
91 impl<S> Http1Dispatcher<S> { impl
103 impl<S> Dispatcher for Http1Dispatcher<S> { implementation