@patrickkeller/fishy-upload
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Installation

npm install @patrickkeller/fishy-upload

Versionen

1.1.1

  • Update auf ES2017

1.1.0

  • GridFS Funktionen ausgelagert in separates Modul @patrickkeller/fishy-grid.

1.0.1

  • Initiale Version mit Koa-Middlewares und GridFS Funktion.

Config

Keine

Koa-Middleware

Multipart-Parser für Koa2. Stellt Dateien als Streams unter ctx.fileszur Verfügung. Parst mitgesendeten Text als JSON unter ctx.data.

import {multipartParser} from '@patrickkeller/fishy-upload';
// ...
app.use(multipartParser());
// ...

/@patrickkeller/fishy-upload/

    Package Sidebar

    Install

    npm i @patrickkeller/fishy-upload

    Weekly Downloads

    0

    Version

    1.1.1

    License

    ISC

    Last publish

    Collaborators

    • patrickkeller