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