Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs172 pub struct FrameDecoder { struct
173 buffer: Vec<u8>,
175 offset: usize,
176 max_frame_size: u32,
178 stage: Stage,
180 header: FrameHeader,
181 hpack: HpackDecoderLayer,
184 continuations: Continuations,
289 impl Default for FrameDecoder { implementation
312 impl FrameDecoder { implementation