@heyputer/multest

0.0.2 • Public • Published

multest

For when you run into a wall with `multer`.


Purpose and Scope

The standard express.js multer middleware is designed to be simple and easy to use. It supports multiple storage backends and is capable of streaming uploads as well. However, for complex use-cases, multer is unable to delegate control of the streaming to a request handler.

The purpose of multest is to better separate concerns within multer, enabling more nuanced control at the cost of a slightly more complex interface for developers.

Wishlist

  • [ ] Easily use multer storage engines in a request handler
  • [ ] Value parsers for other multipart fields
  • [ ] File fieldname parsers (multer already supports this)
  • [ ] Move to Busboy 1.0.0 or higher (currently using same version as multer)

Readme

Keywords

none

Package Sidebar

Install

npm i @heyputer/multest

Weekly Downloads

158

Version

0.0.2

License

UNLICENSED

Unpacked Size

21.4 kB

Total Files

17

Last publish

Collaborators

  • kerneldeimos
  • njelveh