Home
last modified time | relevance | path

Searched defs:RequestWrapper (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs123 pub(crate) struct RequestWrapper { struct
301 pub(crate) fn insert(&mut self, id: u32, request: RequestWrapper) { in insert()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs415 request: RequestWrapper, in send_frame_to_controller()