qol(http): replaced all explicit header setting with axum cookie jar

This commit is contained in:
2026-07-15 14:41:54 +01:00
parent ce064ba9c8
commit 7262a06f28
3 changed files with 46 additions and 38 deletions
+1
View File
@@ -37,3 +37,4 @@ rubato = "3.0.0"
chrono = "0.4.45"
regex = "1"
thiserror = "2.0.18"
axum-extra = { version = "0.12.6", features = ["cookie"] }