An open API service indexing awesome lists of open source software.

https://github.com/yurkimus/response-status

Listing of RFC2616 Response statuses.
https://github.com/yurkimus/response-status

deno enumeration http javascript listing node

Last synced: 6 months ago
JSON representation

Listing of RFC2616 Response statuses.

Awesome Lists containing this project

README

          

# Response Status

Listing of RFC2616 Response statuses.

Statuses are coming from
[RFC2616/6.1.1](https://www.rfc-editor.org/rfc/rfc2616#section-6.1.1)

## Table of Contents

- [Installation](#installation)
- [Exports](#exports)
- [ResponseStatuses](#responsestatuses)
- [License](#license)

## Installation

```
"@yurkimus/response-status": "github:yurkimus/response-status"
```

```
"@yurkimus/response-status": "https://raw.githubusercontent.com/yurkimus/response-status/main/source/index.js"
```

## Exports

### ResponseStatuses

#### Definition:

```
ResponseStatuses :: Object { [statusText: string]: number }
```

## License

[MIT](LICENSE)