# common **Repository Path**: mirrors_koajs/common ## Basic Information - **Project Name**: common - **Description**: [DEPRECATED] USE INDIVIDUAL MODULES - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # koa-common Aggregate middleware module for lazy people. ## Installation ```js $ npm install koa-common ``` ## 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) - [session](https://github.com/koajs/session) - [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