Skip to main content

Module stream

Module stream 

Source
Expand description

Stream state machine — RFC 9113 §5.1.

Enums§

StreamEvent
Incoming event from the state machine’s perspective.
StreamState
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§

StreamId
Stream identifier.