stream-length@1.0.0
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.
WTFPL
2015-01-13
安装 (1.0.0)
npm install stream-length@1.0.0
yarn add stream-length@1.0.0
pnpm add stream-length@1.0.0
bun add stream-length@1.0.0
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| bluebird | ^2.6.2 |
devDependencies (1)
| 包名 | 版本要求 |
|---|---|
| request | ^2.51.0 |