https://github.com/zacanger/koa-mid
Common Koa middlewares
https://github.com/zacanger/koa-mid
koa middleware
Last synced: 4 months ago
JSON representation
Common Koa middlewares
- Host: GitHub
- URL: https://github.com/zacanger/koa-mid
- Owner: zacanger
- License: lgpl-3.0
- Archived: true
- Created: 2019-07-24T01:56:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T16:52:20.000Z (about 4 years ago)
- Last Synced: 2025-01-09T13:12:11.209Z (4 months ago)
- Topics: koa, middleware
- Language: JavaScript
- Homepage: http://npm.im/koa-mid
- Size: 273 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# koa-mid
[](https://paypal.me/zacanger) [](https://www.patreon.com/zacanger) [](https://ko-fi.com/U7U2110VB)
Common Koa middlewares
* koa-bodyparser
* koa-compress
* koa-cookie
* koa-helmet
* koa-lowercaseWith reasonable defaults.
```javascript
const Koa = require('koa')
const mid = require('koa-mid')
const app = new Koa()
app.use(mid)
// the rest of your server
```[LICENSE](./LICENSE.md)