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 D | mod.rs | 41 pub(crate) use streams::{H2StreamState, RequestWrapper, StreamEndState, Streams};
|
H A D | streams.rs | 123 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 D | dispatcher.rs | 171 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 D | http2.rs | 35 use crate::util::h2::{BodyDataRef, RequestWrapper}; 56 let stream = RequestWrapper { in request()
|