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.rs351 pub(crate) struct Http2Conn<S> { struct
352 pub(crate) allow_cached_frames: usize,
354 pub(crate) sender: UnboundedSender<ReqMessage>,
355 pub(crate) receiver: RespReceiver,
356 pub(crate) io_shutdown: Arc<AtomicBool>,
357 pub(crate) detail: ConnDetail,
358 pub(crate) _mark: PhantomData<S>,
533 impl<S> Http2Conn<S> { implementation