# iana-http-methods

> node module with enumerations of HTTP methods.

Latest version **0.0.4** (published 2015-09-05) · 0 weekly downloads

## Install

```sh
npm install iana-http-methods
pnpm add iana-http-methods
yarn add iana-http-methods
bun add iana-http-methods
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2015-09-05 |
| First published | 2015-08-19 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | divergence082 |

## Links

- npm: https://www.npmjs.com/package/iana-http-methods
- npm.io page: https://npm.io/package/iana-http-methods

## Recent versions

- 0.0.4 (latest) — 2015-09-05
- 0.0.3 — 2015-09-05
- 0.0.2 — 2015-09-05
- 0.0.1 — 2015-08-19

## README

# IANA-HTTP-Methods

node module with enumerations of HTTP methods.

```

var method = require('iana-htpp-methods');

console.log(method.GET);    //  "GET"
console.log(method.POST);   //  "POST"

```

Enums generated from http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml

---
_Source: https://npm.io/package/iana-http-methods · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
