Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

zacanger/koa-mid

Repository files navigation

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