Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs197 struct FrameHeader { struct
198 stream_id: usize,
199 flags: u8,
200 frame_type: u8,
201 payload_length: usize,
235 impl FrameHeader { impl