joepie91/node-stream-length

joepie91/node-stream-length

Releases0
Stars7
For a given Buffer or Stream, this module will attempt to determine the total length of the stream contents.

Linked projects

For a given Buffer or Stream, this module will attempt to determine the total length of the stream contents. It currently supports Buffers, `fs` streams, `http` responses, and `request` objects, and allows for specifying custom stream types.