Portability | portable |
---|---|
Stability | experimental |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
Safe Haskell | Safe-Inferred |
mime type related data and functions
Documentation
type MimeTypeTable = Map String StringSource
isTextMimeType :: String -> BoolSource
isHtmlMimeType :: String -> BoolSource
isXmlMimeType :: String -> BoolSource
parseMimeTypeTable :: String -> [(String, String)]Source