Expand description
Byte-delimited framing.
Frames are separated by a configured delimiter byte sequence (typically
\n for newline-terminated text, or \r\n for HTTP-style protocols). The
delimiter is stripped from the emitted payload but counted toward
Frame::consumed.
Structsยง
- Delimited
- Byte-delimited framer.