Mimetypes defined in the current application, as declared in application.conf
Retrieves the usual MIME type for a given extension.
Retrieves the usual MIME type for a given extension.
the file extension, e.g. txt
the MIME type, if defined
Retrieves the usual MIME type for a given file name
Retrieves the usual MIME type for a given file name
the file name, e.g. hello.txt
the MIME type, if defined
tells you if mimeType is text or not.
tells you if mimeType is text or not. Useful to determine whether the charset suffix should be attached to Content-Type or not
mimeType to check
true if mimeType is text
MIME type utilities.