koa-formidable

JSON →
library 1.1.0 ·javascript maintenance
verified Jun 4, 2026

Formidable middleware for Koa, version 1.1.0. Parses multipart/form-data (file uploads) and urlencoded bodies, adding `body` and `files` to `ctx.request`. Supports both automatic middleware and manual parsing via `formidable.parse(opts, ctx)`. Low maintenance, primarily for older Koa (generator-based) but works with Koa v2 when wrapped in `koa-convert`. Last updated in 2015; consider modern alternatives like `koa-body` or `@koa/multer`.