getMimeTypeForFile

Returns the standard mime type for the extension of the specified file name.

Any unknown file extension will map to "application/octet-stream".

@safe pure
string
getMimeTypeForFile
(
string filename
)

Meta