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 07:31:47 +02:00
committed by GitHub
parent bff722451d
commit 753c7be0a6
4 changed files with 40 additions and 31 deletions
+1
View File
@@ -53,3 +53,4 @@ deflate = [ "reqwest/deflate" ]
trust-dns = [ "reqwest/trust-dns" ]
socks = [ "reqwest/socks" ]
http3 = [ "reqwest/http3" ]
unsafe-headers = []