hxt-8.3.2: A collection of tools for processing XML with Haskell.ContentsIndex
Text.XML.HXT.DOM.MimeTypes
Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description
mime type related data and functions
Documentation
type MimeTypeTable = Map String String
application_xml :: String
application_xml_external_parsed_entity :: String
application_xml_dtd :: String
text_html :: String
text_xml :: String
text_xml_external_parsed_entity :: String
application_xhtml :: String
isTextMimeType :: String -> Bool
isHtmlMimeType :: String -> Bool
isXmlMimeType :: String -> Bool
defaultMimeTypeTable :: MimeTypeTable
extensionToMimeType :: String -> MimeTypeTable -> String
readMimeTypeTable :: FilePath -> IO MimeTypeTable
parseMimeTypeTable :: String -> [(String, String)]
Produced by Haddock version 2.5.0