find the right mime type for any file extension
MIME types (Media Types) tell browsers and servers what kind of data is in a file or HTTP response. Serving a file with the wrong Content-Type can cause browsers to refuse to render it, trigger security warnings, or misinterpret the data.