fix(http): retain headers order (#1884)

* fix(http): retain headers order

closes #1882

* simplify if

* actually set headers

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
Amr Bashir
2024-10-09 14:07:46 +03:00
committed by GitHub
parent 60064fce52
commit 9b2840db94
2 changed files with 33 additions and 24 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"http": "patch"
"http-js": "patch"
---
Retain headers order.