| Portability | portable | 
|---|---|
| Stability | experimental | 
| Maintainer | Uwe Schmidt (uwe@fh-wedel.de) | 
Text.XML.HXT.DOM.MimeTypes
Description
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