pub fn quarter_stream_id(stream_id: u64) -> u64Expand description
The Quarter Stream ID identifying the session on stream_id.
RFC 9297 ยง2.1: request streams are the client-initiated bidirectional streams, whose ids are multiples of four, so dividing by four loses nothing.