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: about 1 year ago
JSON representation
Listing of RFC2616 Response statuses.
- Host: GitHub
- URL: https://github.com/yurkimus/response-status
- Owner: yurkimus
- License: mit
- Created: 2024-08-09T22:06:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T13:42:40.000Z (over 1 year ago)
- Last Synced: 2025-04-10T22:53:50.743Z (about 1 year ago)
- Topics: deno, enumeration, http, javascript, listing, node
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)