Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Ddecoder.rs79 struct DecodedH3Stream { struct
80 ty: StreamType,
81 state: DecodeState,
82 buffer: Vec<u8>,
83 offset: usize,
84 push_id: Option<u64>,
85 frame_type: Option<u64>,
86 push_frame_id: Option<u64>,
87 payload_len: Option<u64>,
88 stream_set: bool,
[all …]