Expand description
Types and states of a stream.
Structsยง
- Bi
- Bidirectional stream type.
- BiLocal
- Local-initialized bi-directional stream type.
- BiRemote
- Remote-initialized bi-directional stream type.
- H3
- HTTP3 stream type.
- Local
- Local-initialized stream type.
- Quic
- QUIC stream type.
- Remote
- Remote-initialized stream type.
- Session
- Session (HTTP3-CONNECT) stream type.
- Uni
- Unidirectional stream type.
- UniLocal
- Local-initialized uni-directional stream type.
- UniRemote
- Remote-initialized uni-directional stream type.
- WT
- WebTransport stream type.