UNPKG

koa-opinion

Version:

koa, ready to use, and that my opinion!

27 lines (19 loc) 674 B
Originally forked from `koajs/koa-common` ## Installation ```js $ npm install koa-opinion ``` ## Middleware Includes the following common middleware: - [logger](https://github.com/koajs/logger) - [mount](https://github.com/koajs/mount) - [etag](https://github.com/koajs/etag) - [static](https://github.com/koajs/static) - [favicon](https://github.com/koajs/favicon) - [rewrite](https://github.com/koajs/rewrite) - [compress](https://github.com/koajs/compress) - [ratelimit](https://github.com/koajs/ratelimit) - [responseTime](https://github.com/koajs/response-time) - [conditionalGet](https://github.com/koajs/conditional-get) ## License MIT