aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yonathan Benolol <Yonben@users.noreply.github.com> 2023-09-11 18:51:35 +0300
committerGravatar GitHub <noreply@github.com> 2023-09-11 08:51:35 -0700
commitea56182c5a45be7978de8521f6cdaee0e0772434 (patch)
tree03aa06268a7319485dfd07d1c9d93b8ff9703217
parent9d6a8ee79df73c4b2160a53d58d8789fff130e95 (diff)
downloadbun-ea56182c5a45be7978de8521f6cdaee0e0772434.tar.gz
bun-ea56182c5a45be7978de8521f6cdaee0e0772434.tar.zst
bun-ea56182c5a45be7978de8521f6cdaee0e0772434.zip
Update http.js - Fix Methods Fallback naming (#4948)
-rw-r--r--src/node-fallbacks/http.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node-fallbacks/http.js b/src/node-fallbacks/http.js
index 4bb5b4a0d..ab56f34eb 100644
--- a/src/node-fallbacks/http.js
+++ b/src/node-fallbacks/http.js
@@ -9,5 +9,5 @@ export var {
Agent,
globalAgent,
STATUS_CODES,
- METHIDS,
+ METHODS,
} = http;