Description
Connects Ruby code to the llhttp parser through FFI bindings. It is useful for HTTP tooling that needs fast low-level parsing without writing parser logic in Ruby.
HTTP parser behavior is security-sensitive. Test malformed messages, header limits, chunked bodies, smuggling cases, and version compatibility with the native llhttp library.