koajs / compose

Middleware composition utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

koa-compose

NPM version Node.js CI Test coverage Dependency Status License Downloads

Compose middleware specifically for Koa.

Installation

$ npm install koa-compose

Maintainers

API

fn = compose([a, b, c, ...])

Compose the given middleware and return middleware.

License

MIT

About

Middleware composition utility

License:MIT License


Languages

Language:JavaScript 100.0%