methods

WebJar for methods

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.jshttp
ArtifactId

ArtifactId

methods
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

methods
WebJar for methods
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jshttp/methods

Download methods

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.1.2