Description
Encodes and decodes the frame layer used by HTTP/2 connections. Python networking libraries use it to split requests and responses into protocol frames, track stream details, and speak HTTP/2 correctly.
Most users receive it as a dependency of HTTP/2 clients or servers. Developers work with it when building protocol support or debugging low-level web traffic.