mStream/node_modules/methods/README.md
2015-12-05 17:38:08 -05:00

1.1 KiB

Methods

NPM Version NPM Downloads Node.js Version Build Status Test Coverage

HTTP verbs that node core's parser supports.

Install

$ npm install methods

API

var methods = require('methods')

methods

This is an array of lower-case method names that Node.js supports.

License

MIT