feat: use ContentType to control HTML extension

This commit is contained in:
2026-06-29 11:55:11 +02:00
parent 277178776d
commit 6e58502598
4 changed files with 36 additions and 2 deletions
+1
View File
@@ -103,6 +103,7 @@ type DownloadResult struct {
Parallel bool
ChunksCount int
HTTPStatusCode int // HTTP status code from response
ContentType string // Content-Type from response (if available)
TraceTimings *TraceTimings // HTTP tracing breakdown
}