FoalTS / foal

Full-featured Node.js framework 🚀
https://foalts.org/
MIT License
1.9k stars 142 forks source link

Add default `Content-Type` header in `Disk.createHttpResponse` responses #1130

Closed LoicPoullain closed 2 years ago

LoicPoullain commented 2 years ago

Issue

When downloading a file, some navigators (might) need to always have the Content-Type header defined.

Solution and steps

Checklist