2.1.1 • Published 6 years ago

koa-req v2.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

koa-req

  Koa v2 request middleware for adding extra security and cors on koa requests.

Install

npm install koa-req

Usage

const Koa = require('koa');
const kreq = require('koa-req');
const app = new Koa();
kreq(app)

Options

corsEnabled - Boolean Default true helmetEnabled - Boolean Default true loggerEnabled - Boolean Default true cors - Object Contains options to pass to koa/cors helmet - Object Contains optiosn to pass to koa-helmet