Copyright | Copyright (C) 2008 Uwe Schmidt |
---|---|
License | MIT |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
mime type related data and functions
Documentation
text_plain :: String Source #
isTextMimeType :: String -> Bool Source #
isHtmlMimeType :: String -> Bool Source #
isXmlMimeType :: String -> Bool Source #
extensionToMimeType :: String -> MimeTypeTable -> String Source #