IMimeStore.mimeType

Get mime type for name.

interface IMimeStore
Rebindable!(const(MimeType))
mimeType
(
const char[] name
)

Return Value

Type: Rebindable!(const(MimeType))

mime.type.MimeType for given name. Note: Implementer is not required to resolve alias if name happens to be alias.

Meta