Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dstreams.rs129 pub(crate) struct RequestWrapper { struct
130 pub(crate) flag: FrameFlags,
131 pub(crate) payload: Payload,
132 pub(crate) data: BodyDataRef,
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs592 request: RequestWrapper, in send_frame_to_controller()
885 pub(crate) struct RequestWrapper { struct
886 pub(crate) header: Frame,
887 pub(crate) data: BodyDataRef,
988 request: RequestWrapper, in send_frame_to_reader()