Description
Handle HTTP/2 protocol state from Python applications using a state-machine implementation. It helps clients, servers, and frameworks manage streams, frames, flow control, and protocol events.
This is low-level network protocol infrastructure. HTTP/2 implementations should enforce limits, timeouts, TLS expectations, and error handling because remote peers are untrusted input sources.