We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3798abb commit 21f7109Copy full SHA for 21f7109
README.md
@@ -8,7 +8,9 @@
8
[](https://github.com/httpland/http-utils/actions/workflows/test.yaml)
9
[](https://nodei.co/npm/@httpland/http-utils/)
10
11
-HTTP utility collection for Fetch API.
+HTTP utility collection.
12
+
13
+Compliant with [RFC 9110](https://www.rfc-editor.org/rfc/rfc9110).
14
15
## Request
16
_utils.ts
@@ -17,5 +17,3 @@ export function equalsType(
17
18
return true;
19
}
20
-
21
-Object.constructor;
0 commit comments