目录

koa-override

NPM version npm download CI Coverage

Method override middleware. Let you use HTTP verbs such as PUT or DELETE in places where the client doesn’t support it.

Refactor from koa-override-method#5

Install

npm install koa-override --save

Usage

import bodyParser from 'koa-bodyparser';
import override from 'koa-override';

app.use(bodyParser());
app.use(override());

API

const mw = override([options])

If body exists, check body._method first. Otherwise check X-HTTP-Method-Override header.

If there is no override parameter, then it’s simply this.request.method. You shouldn’t use this unless you know you’re using override.

  • options.allowedMethods = [ 'POST' ] Only allowed override method on POST request.

License

MIT

Contributors

Contributors

Made with contributors-img.

关于
56.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802032778号