Description
Implements low-level HTTP/1 protocol handling for Ruby networking code. It is useful for servers, clients, protocol experiments, and frameworks that need direct control over HTTP/1 messages.
HTTP/1 parsing has many edge cases. Test request smuggling scenarios, header limits, chunked bodies, timeouts, and malformed messages before exposing it to real traffic.