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.rs389 pub(crate) struct Http2Conn<S> { struct
390 pub(crate) speed_controller: SpeedController,
391 pub(crate) allow_cached_frames: usize,
393 pub(crate) sender: UnboundedSender<ReqMessage>,
394 pub(crate) receiver: RespReceiver,
395 pub(crate) io_shutdown: Arc<AtomicBool>,
396 pub(crate) detail: ConnDetail,
397 pub(crate) _mark: PhantomData<S>,
572 impl<S> Http2Conn<S> { impl