Add support for extracting the file name and size from HTTP response

This commit is contained in:
2026-09-02 14:45:29 -04:00
parent ce65bc7739
commit 49dfc9b4fc
5 changed files with 328 additions and 189 deletions
+2 -1
View File
@@ -12,11 +12,12 @@ async-trait = "0.1"
base64 = "0.23"
bytes = "1.12"
futures = "0.3"
http = "1.4"
http = "1.5"
color-eyre = "0.6"
oxigraph = "0.5"
parse_link_header = "0.4"
reqwest-middleware = { version = "0.5", features = ["stream"] }
sfv = "0.15"
slotmap = "1.1"
thiserror = "2"
tokio = { version = "1", features = ["full"] }