feat(http): add system-proxy feature (#3528)

* feat(http): add `system-proxy` feature

* require reqwest 0.12.16
This commit is contained in:
Tony
2026-08-04 19:51:32 +08:00
committed by GitHub
parent 2371be839f
commit 19fb3926fd
2 changed files with 11 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"http": minor
"http-js": minor
---
Added `system-proxy` feature to replace the old `macos-system-configuration` feature flag to match the new reqwest API.