Guess mime type on multi-part when not set

This commit is contained in:
Gregory Schier
2024-07-23 11:39:21 -07:00
parent 0dccba4ab2
commit 51487d5412
3 changed files with 13 additions and 2 deletions

View File

@@ -55,3 +55,4 @@ tokio = { version = "1.36.0", features = ["sync"] }
tokio-stream = "0.1.15"
uuid = "1.7.0"
thiserror = "1.0.61"
mime_guess = "2.0.5"