parse-raw-http

JSON →
library 0.0.1 ·javascript
verified Jun 4, 2026

A Node.js library for parsing HTTP responses directly from raw over-the-wire byte streams, including support for chunked transfer encoding and Content-Encoding decoding (e.g., gzip). Version 0.0.1 is an early release with basic functionality; the API is unstable and may change before a 1.0 release. It differentiates itself by requiring explicit options (no guessing), making it suitable for low-level HTTP stream processing where control over decoding is critical. The library is intended for use with raw TCP data, such as from proxy captures or WARC files, and plans to be tested against Common Crawl data for robustness.