llhttp

LLHTTP is a fast HTTP parser library written in TypeScript

brewmacoslinux
Try with needOr install directly
Source

About

Port of http_parser to llparse

Commands

llhttp

Examples

Parse HTTP request from a file$ llhttp < request.txt
Validate HTTP message format$ echo 'GET / HTTP/1.1 Host: example.com ' | llhttp
Display llhttp version information$ llhttp --version