feat(http) add unsafe-headers feature flag (#1050)

* [http] add unsafe-headers feature flag

* change file

* fmt
This commit is contained in:
Lorenzo Rizzotti
2024-03-08 06:31:47 +01:00
committed by GitHub
parent bff722451d
commit 753c7be0a6
4 changed files with 40 additions and 31 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"http": patch
---
Add `unsafe-headers` cargo feature flag to allow using [forbidden headers](https://fetch.spec.whatwg.org/#terminology-headers).