| 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 |
Text.XML.HXT.DOM.MimeTypes
Description
mime type related data and functions
Documentation
type MimeTypeTable = Map String String
text_plain :: String
isTextMimeType :: String -> Bool
isHtmlMimeType :: String -> Bool
isXmlMimeType :: String -> Bool
extensionToMimeType :: String -> MimeTypeTable -> String
parseMimeTypeTable :: String -> [(String, String)]