2.0.0 • Published 8 years ago

koa-middleware-package v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

koa-middleware-package

A package of middlewares for koa

This is JUST a package of koa middlewares on npm and github.

##Usage

import {
  responseTime,
  compress,
  conditionalGet,
  etag,
  favicon,
  cors,
  static,
  router,
  bodyparser,
  views,
} from 'koa-middleware-package'

package list

here are middlewares of the package, sorted in the order we use them.