Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs24 Http1(http1::Http1Dispatcher<S>),
72 Self::Http1(Http1Dispatcher::new(io)) in http1()
78 pub(crate) struct Http1Dispatcher<S> { struct
94 impl<S> Http1Dispatcher<S> { impl
106 impl<S> Dispatcher for Http1Dispatcher<S> { implementation