Common Koa middlewares


Keywords
boilerplate, koa, middleware
License
LGPL-3.0
Install
npm install koa-mid@4.0.0

Documentation

koa-mid

Support with PayPal Patreon ko-fi

Common Koa middlewares

  • koa-bodyparser
  • koa-compress
  • koa-cookie
  • koa-helmet
  • koa-lowercase

With reasonable defaults.

const Koa = require('koa')
const mid = require('koa-mid')
const app = new Koa()
app.use(mid)
// the rest of your server

LICENSE