Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs219 pub(crate) struct Http2Conn<S> { struct
221 pub(crate) id: u32,
222 pub(crate) allow_cached_frames: usize,
224 pub(crate) sender: UnboundedSender<ReqMessage>,
225 pub(crate) receiver: RespReceiver,
226 pub(crate) io_shutdown: Arc<AtomicBool>,
227 pub(crate) _mark: PhantomData<S>,
396 impl<S> Http2Conn<S> { implementation