Description
Parses HTTP messages from Ruby through bindings to established HTTP parser implementations. It is useful for servers, proxies, clients, and protocol tools that need lower-level HTTP parsing.
HTTP parsing is security-sensitive. Test malformed requests, header limits, chunked encoding, request smuggling cases, and behavior differences between parser versions.