HTTP request/response parser
llhttp is a state machine-based parser for HTTP messages, handling request and response lines, headers, message bodies, special protocol features like chunked encoding and connection management. It is written in TypeScript and compiled to C using llparse.
Homepage: https://llhttp.org/