feat(http): enable cookies and set origin header (#1192)

This commit is contained in:
Amr Bashir
2024-05-14 01:39:36 +03:00
committed by GitHub
parent 463f5971eb
commit 58330f9ec1
5 changed files with 40 additions and 29 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ default = [
"rustls-tls",
"http2",
"charset",
"macos-system-configuration"
"macos-system-configuration",
"cookies"
]
multipart = [ "reqwest/multipart" ]
json = [ "reqwest/json" ]