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.rs78 pub(crate) struct Http1Dispatcher<S> { struct
79 inner: Arc<Inner<S>>,
94 impl<S> Http1Dispatcher<S> { implementation
106 impl<S> Dispatcher for Http1Dispatcher<S> { implementation