Portability | portable |
---|---|
Stability | experimental |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
Safe Haskell | Safe-Inferred |
mime type related data and functions
Documentation
type MimeTypeTable = Map String StringSource
application_xhtml :: StringSource
text_xml_external_parsed_entity :: StringSource
text_plain :: StringSource
application_xml_dtd :: StringSource
application_xml :: StringSource
isTextMimeType :: String -> BoolSource
isHtmlMimeType :: String -> BoolSource
isXmlMimeType :: String -> BoolSource
extensionToMimeType :: String -> MimeTypeTable -> StringSource
readMimeTypeTable :: FilePath -> IO MimeTypeTableSource
parseMimeTypeTable :: String -> [(String, String)]Source