@ooneex/http-status 0.0.18 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -19
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# @ooneex/http-status
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Complete HTTP status code library with TypeScript enums covering 1xx-5xx ranges and helper utilities for status classification and messaging.
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|

|
|
7
|
-

|
|
8
|
-

|
|
9
7
|

|
|
10
8
|

|
|
11
9
|
|
|
@@ -25,26 +23,10 @@ A comprehensive HTTP status codes library providing TypeScript enums, constants,
|
|
|
25
23
|
|
|
26
24
|
## Installation
|
|
27
25
|
|
|
28
|
-
### Bun
|
|
29
26
|
```bash
|
|
30
27
|
bun add @ooneex/http-status
|
|
31
28
|
```
|
|
32
29
|
|
|
33
|
-
### pnpm
|
|
34
|
-
```bash
|
|
35
|
-
pnpm add @ooneex/http-status
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
### Yarn
|
|
39
|
-
```bash
|
|
40
|
-
yarn add @ooneex/http-status
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
### npm
|
|
44
|
-
```bash
|
|
45
|
-
npm install @ooneex/http-status
|
|
46
|
-
```
|
|
47
|
-
|
|
48
30
|
## Usage
|
|
49
31
|
|
|
50
32
|
### Accessing Status Codes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ooneex/http-status",
|
|
3
|
-
"description": "
|
|
4
|
-
"version": "0.0
|
|
3
|
+
"description": "Complete HTTP status code library with TypeScript enums covering 1xx–5xx ranges and helper utilities for status classification and messaging",
|
|
4
|
+
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|