Function getMimeTypeForFile
Returns the standard mime type for the extension of the specified file name.
string getMimeTypeForFile
(
string filename
) pure @safe;
Any unknown file extension will map to "application/octet-stream".