node-http-methods

1.0.0 • Public • Published

node-http-methods Build Status

Get the http request methods allowed by node http module, which is also used by express etc frameworks

Install

$ npm install --save node-http-methods

Usage

var httpMethods = require('node-http-methods')
 
console.log(httpMethods);
//=> ['post', 'get', 'put'.....]

License

MIT © Ashok

Package Sidebar

Install

npm i node-http-methods

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • aks-