![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | HISTORY.md | 9 years ago | 427 | |
![]() | index.js | 9 years ago | 1.0K | |
![]() | LICENSE | 9 years ago | 1.2K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
![]() | package.json | 2 years ago | 1.9K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
![]() | README.md | 9 years ago | 1.7K | f12eb36 documentaiton updates [كارل مبارك] |
HTTP verbs that Node.js core's HTTP parser supports.
This module provides an export that is just like http.METHODS
from Node.js core,
with the following differences:
http.METHODS
export (0.10 and lower).browserify
without pulling
in the http
shim module.$ npm install methods
var methods = require('methods')
This is an array of lower-cased method names that Node.js supports. If Node.js
provides the http.METHODS
export, then this is the same array lower-cased,
otherwise it is a snapshot of the verbs from Node.js 0.10.