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.rs194 pub(crate) struct Http2Conn<S> { struct
196 pub(crate) id: u32,
198 pub(crate) sender: UnboundedSender<Send2Ctrl>,
199 pub(crate) stream_info: StreamInfo<S>,
591 impl<S> Http2Conn<S> { implementation