Add support for extracting the file name and size from HTTP response
This commit is contained in:
+2
-1
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user