feat(http): expose proxy configuration (#824)

* feat(http): add proxy config

* chore: build iife api

* chore: allow `too_many_arguments`

* improvement

* refactor: restructure code

* improvement

* format
This commit is contained in:
阿良仔
2023-12-20 22:14:12 +08:00
committed by GitHub
parent c2115d8d21
commit bfa87da848
4 changed files with 165 additions and 12 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"http": minor
"http-js": minor
---
Add `proxy` field to `fetch` options to configure proxy.