Skip to main content

Module data

Module data 

Source
Expand description

Data stream classification shared by the forwarding paths.

Object-level parsing lives in crate::framer, which frames a whole stream โ€” header and objects โ€” on every draft 07-19 while preserving the exact wire bytes. This module keeps only what classifying a stream needs before the framer is built.

Re-exportsยง

pub use crate::types::DataStreamType;