JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 41200
  • Score
    100M100P100Q17925F
  • License MIT

multipart parsing middleware for connect using multiparty

Package Exports

  • connect-multiparty

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (connect-multiparty) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

connect-multiparty

This is a drop-in replacement for the multipart connect middleware.

If the pull request to merge into connect is accepted, this project can go away.

The connect test suite for multipart and bodyParser has been imported, and all tests pass.

Usage

var multipart = require('connect-multiparty').multipart;
app.use(bodyParser());

or

var multipart = require('connect-multiparty').multipart;
app.use(multipart());