HTTP verbs that node core's parser supports.
$ npm install methods
var methods = require('methods')
This is an array of lower-case method names that Node.js supports.
MIT