feat: use ContentType to control HTML extension
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user