Function solicit::http::frame::unpack_header
[−]
[src]
pub fn unpack_header(header: &FrameHeaderBuffer) -> FrameHeader
Deconstructs a FrameHeader
into its corresponding 4 components,
represented as a 4-tuple: (length, frame_type, flags, stream_id)
.
The frame type
and flags
components are returned as their original
octet representation, rather than reinterpreted.