http-reasons

WebJar for http-reasons

Лицензия

Лицензия

Группа

Группа

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

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

http-reasons
Последняя версия

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

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

http-reasons
WebJar for http-reasons
Ссылка на сайт

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

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

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

https://github.com/postmanlabs/http-reasons

Скачать http-reasons

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

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

Зависимости

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

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

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

http-reasons

A simple module that allows one to lookup extended information pertaining to a HTTP response code.

Usage

npm install http-reasons --save-dev;
var httpReasons = require('http-reasons');

console.log(httpReasons.lookup(122));
// outputs
// {
//   "name": "Request-URI too long",
//   "detail": "This is a non-standard IE7-only code which means the URI is longer than a maximum of 2083 characters."
// }
org.webjars.npm

Postman Inc.

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

Версия
0.1.0