chunkify-http-body
v0.1.0
Published
Pipe any stream through this encoder to encode it as Transfer-Encoding: chunked.
Downloads
4
Readme
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