Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmod.rs41 pub(crate) use streams::{H2StreamState, RequestWrapper, StreamEndState, Streams};
H A Dstreams.rs123 pub(crate) struct RequestWrapper { struct
301 pub(crate) fn insert(&mut self, id: u32, request: RequestWrapper) { in insert() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs171 ConnManager, FlowControl, H2StreamState, RecvData, RequestWrapper, SendData,
197 pub(crate) request: RequestWrapper,
415 request: RequestWrapper, in send_frame_to_controller() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs35 use crate::util::h2::{BodyDataRef, RequestWrapper};
56 let stream = RequestWrapper { in request()