TheWaWaR / simple-http-server

Simple http server in Rust (Windows/Mac/Linux)
MIT License
2.53k stars 170 forks source link

Please add Content-Disposition in the downloaded response header #83

Open mofazhe opened 1 year ago

mofazhe commented 1 year ago

The file name can be obtained through Content-Disposition

TheWaWaR commented 11 months ago

It's a feature to preview file types like image/audio/txt file by web browser. If you want to save the file, just right click it and save it.

Or, maybe we can add a flag to indicate that download is the default behavior.