httpbis 0.9.1

Rust implementation of HTTP/2 protocol
Documentation
1
2
/// An alias for the type that represents the ID of an HTTP/2 stream
pub type StreamId = u32;