2.0.2 • Published 8 years ago

@wusisu/koa-middlewares v2.0.2

Weekly downloads
-
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,
  morgan,
  cors,
  statics,
  router,
  bodyparser,
  views,
} from 'koa-middleware-package'

package list

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