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.rs198 struct FrameHeader { struct
199 stream_id: StreamId,
200 flags: u8,
201 frame_type: u8,
202 payload_length: usize,
236 impl FrameHeader { impl