This project aims to make http_parser maintainable, verifiable and
improving benchmarks where possible. It is a port of http_parser to
TypeScript. llparse is used to generate the output C source file, which
could be compiled and linked with the embedder's program (like Node.js).
This copy of the library is compiled with LLHTTP_STRICT_MODE set to 0
(disabled), which is the default.