hxt-8.1.0: A collection of tools for processing XML with Haskell.Source codeContentsIndex
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 StringSource
application_xml :: StringSource
isHtmlMimeType :: String -> BoolSource
isXmlMimeType :: String -> BoolSource
defaultMimeTypeTable :: MimeTypeTableSource
extensionToMimeType :: String -> MimeTypeTable -> StringSource
readMimeTypeTable :: FilePath -> IO MimeTypeTableSource
parseMimeTypeTable :: String -> [(String, String)]Source
Produced by Haddock version 2.3.0