Streaming length prefixed buffers
Streaming length prefixed buffers
Read and write length-prefixed byte arrays over a duplex stream
Get and validate the raw body of a readable stream.
Streaming length prefixed buffers
Streaming length prefixed buffers with async iterables
Read binary packets...
Implements a JavaScript async iterator protocol for consuming and producing binary netstrings.
A Minipass stream that raises an error if you get a different number of bytes than expected
Encode and decode quoted-printable strings according to rfc2045
A convenience-wrapper around protocol-buffers and lp-messages functions
TypeScript definitions for stream-buffers
Read the progress of a stream
Buffer and transform the n first bytes of a stream
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.
Encode and decode base64 encoded strings
Read and write protobuf messages over a duplex stream
`lpstream-duplex` provides a length-prefixed Duplex stream. Based on: - `duplexify` by mafintosh: https://github.com/mafintosh/duplexify - `length-prefixed-stream` by mafintosh: https://github.com/mafintosh/length-prefixed-stream
Set a function's length property
Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.
Node.js Streams, a user-land copy of the stream library from Node.js
Streaming length prefixed buffers with pull-streams
A module for creating a node style stream over a WebExtension port object.
Pipe data through a stream until some fixed length is reached, then callback.