methods

WebJar for methods

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bowergithub.jshttp
Идентификатор

Идентификатор

methods
Последняя версия

Последняя версия

1.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

methods
WebJar for methods
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/jshttp/methods

Скачать methods

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.jshttp/methods/ -->
<dependency>
    <groupId>org.webjars.bowergithub.jshttp</groupId>
    <artifactId>methods</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.jshttp/methods/
implementation 'org.webjars.bowergithub.jshttp:methods:1.1.2'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.jshttp/methods/
implementation ("org.webjars.bowergithub.jshttp:methods:1.1.2")
'org.webjars.bowergithub.jshttp:methods:jar:1.1.2'
<dependency org="org.webjars.bowergithub.jshttp" name="methods" rev="1.1.2">
  <artifact name="methods" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.jshttp', module='methods', version='1.1.2')
)
libraryDependencies += "org.webjars.bowergithub.jshttp" % "methods" % "1.1.2"
[org.webjars.bowergithub.jshttp/methods "1.1.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Methods

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

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:

  • All method names are lower-cased.
  • Contains a fallback list of methods for Node.js versions that do not have a http.METHODS export (0.10 and lower).
  • Provides the fallback list when using tools like browserify without pulling in the http shim module.

Install

This is a Node.js module available through the npm registry. Installation is done using the npm install command:

$ npm install methods

API

var methods = require('methods')

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.

License

MIT

org.webjars.bowergithub.jshttp
Low-Level JavaScript HTTP-related Modules

Версии библиотеки

Версия
1.1.2