Description
Parses HTTP messages quickly for Python networking frameworks. It is commonly used by servers, clients, or async web tools that need to understand request and response data without writing their own protocol parser.
Most users receive it as a dependency of web frameworks or servers. Developers need it when building Python software that handles raw HTTP traffic or performance-sensitive networking.