Implement custom cookie handling in HTTP transaction layer (#334)

This commit is contained in:
Gregory Schier
2025-12-29 09:47:53 -08:00
committed by GitHub
parent f1a3ef1c11
commit 25d51a017e
11 changed files with 792 additions and 159 deletions
+1 -1
View File
@@ -9,8 +9,8 @@ publish = false
futures-util = "0.3.31"
log = { workspace = true }
md5 = "0.8.0"
reqwest_cookie_store = { workspace = true }
serde = { workspace = true, features = ["derive"] }
url = "2"
serde_json = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }