WIP create a handler to download a file chunk by chunk.

This commit is contained in:
Florian THIERRY
2026-07-14 00:13:47 +02:00
parent 850dbca6cf
commit c24df944c5
14 changed files with 413 additions and 83 deletions
+4
View File
@@ -13,7 +13,11 @@ lumiere-application = { path = "../application" }
actix-web = { version = "4.13.0", features = ["rustls-0_23"] }
actix-web-httpauth = "0.8.2"
async-stream = "0.3.6"
futures-util = "0.3.32"
chrono = "0.4.44"
jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] }
serde = { version = "1.0.228", features = ["derive"] }
uuid = { version = "1.23.0", features = ["v4", "serde"] }
tokio = { version = "1.52.3", features = ["fs"] }
tokio-util = "0.7.18"