Socket
Book a DemoInstallSign in
Socket

chunkify-http-body

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chunkify-http-body

Pipe any stream through this encoder to encode it as Transfer-Encoding: chunked.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

chunkify-http-body

Pipe any stream through this encoder to encode it as Transfer-Encoding: chunked.

Usage

var makeChunkifier = require('chunkify-http-body'),
  myStream = makeChunkifier();
process.stdin.pipe(myStream).pipe(process.stdout);

License

ISC

Keywords

chunked

FAQs

Package last updated on 02 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts