Expand description
Stream state machine — RFC 9113 §5.1.
Enums§
- Stream
Event - Incoming event from the state machine’s perspective.
- Stream
State - Stream state (RFC 9113 §5.1).
Functions§
- is_
client_ initiated - Spec §5.1.1: client-initiated streams are odd.
- is_
server_ initiated - Spec §5.1.1: server-initiated streams are even.
- transition
- Applies an event to the state. Spec §5.1.
Type Aliases§
- Stream
Id - Stream identifier.