Expand description
QUIC packet builder (RFC 9000 Sections 17.2 and 17.3).
Provides QuicBuilder for constructing QUIC packets in byte form.
All encryption / key scheduling is deliberately out of scope here: the
builder emits the plaintext wire bytes only.
Structs§
- Quic
Builder - Builder for QUIC packets.
Type Aliases§
- Quic
Initial Builder - Type alias for building QUIC Initial packets — same as
QuicBuilder::initial().