# iana-http-status-codes

> node module with enumerations of HTTP statuses.

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

## Install

```sh
npm install iana-http-status-codes
pnpm add iana-http-status-codes
yarn add iana-http-status-codes
bun add iana-http-status-codes
```

## 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-status-codes
- npm.io page: https://npm.io/package/iana-http-status-codes

## Recent versions

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

## README

# IANA-HTTP-Status-Codes

node module with enumerations of HTTP statuses.

```

var status = require('iana-htpp-status-codes');

console.log(status.Code.NOT_FOUND);                 //  "404"
console.log(status.Message['404']);                 //  "Not Found"
console.log(status.Message[status.Code.NOT_FOUND]); //  "Not Found"

```

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

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