Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / methods / README.md
1 # Methods
2
3 [![NPM Version][npm-image]][npm-url]
4 [![NPM Downloads][downloads-image]][downloads-url]
5 [![Node.js Version][node-version-image]][node-version-url]
6 [![Build Status][travis-image]][travis-url]
7 [![Test Coverage][coveralls-image]][coveralls-url]
8
9   HTTP verbs that node core's parser supports.
10
11
12 ## Install
13
14 ```bash
15 $ npm install methods
16 ```
17
18 ## API
19
20 ```js
21 var methods = require('methods')
22 ```
23
24 ### methods
25
26 This is an array of lower-case method names that Node.js supports.
27
28 ## License
29
30 [MIT](LICENSE)
31
32 [npm-image]: https://img.shields.io/npm/v/methods.svg?style=flat
33 [npm-url]: https://npmjs.org/package/methods
34 [node-version-image]: https://img.shields.io/node/v/methods.svg?style=flat
35 [node-version-url]: http://nodejs.org/download/
36 [travis-image]: https://img.shields.io/travis/jshttp/methods.svg?style=flat
37 [travis-url]: https://travis-ci.org/jshttp/methods
38 [coveralls-image]: https://img.shields.io/coveralls/jshttp/methods.svg?style=flat
39 [coveralls-url]: https://coveralls.io/r/jshttp/methods?branch=master
40 [downloads-image]: https://img.shields.io/npm/dm/methods.svg?style=flat
41 [downloads-url]: https://npmjs.org/package/methods