{"library":"http-raw","type":"library","category":null,"description":"Creates an HTTP server that exposes the raw request data, including headers and body, as streams. Version 2.1.0 is the latest stable release, with no recent updates (last published circa 2013). It wraps Node's http.createServer but adds req.createRawStream() and req.createRawBodyStream() methods to read/write raw HTTP data without parsing. Useful for proxies or debugging. Different from alternatives like raw-body by giving full control over raw socket data.","language":"javascript","status":"maintenance","version":"2.1.0","tags":["javascript","http","raw","server","proxy"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install http-raw","imports":["var createServer = require('http-raw')","var createServer = require('http-raw')","var stream = req.createRawStream()"]},{"cmd":"yarn add http-raw","imports":[]},{"cmd":"pnpm add http-raw","imports":[]}],"homepage":"https://github.com/substack/http-raw","github":"git://github.com/substack/http-raw","docs":null,"changelog":null,"pypi":null,"npm":"http-raw","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}