Home
last modified time | relevance | path

Searched defs:is_end_stream (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dhttp2.rs58 let is_end_stream = message.request.ref_mut().body().is_empty(); in request() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs207 is_end_stream: bool, field
248 fn is_end_stream(&self) -> bool { in is_end_stream() method
Dframe.rs244 pub fn is_end_stream(&self) -> bool { in is_end_stream() method
Dencoder.rs106 is_end_stream: bool, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dmanager.rs223 let is_end_stream = header.flags().is_end_stream(); in input_stream_frame() localVariable