wowserhq / wowser

World of Warcraft in the browser using JavaScript and WebGL
MIT License
238 stars 63 forks source link

Have Express set correct mime types #155

Closed timkurvers closed 8 years ago

timkurvers commented 8 years ago

Express' Response#type-method will set the correct content type based on extension.

Among other things, this allows audio files to be played inline rather than prompting a download:

screen shot 2016-06-11 at 18 27 00

fallenoak commented 8 years ago

Fantastic!