mohws-0.2.1.5: Modular Haskell Web Server
Network.MoHWS.HTTP.MimeType
type Dictionary = Map String T Source #
data T Source #
Constructors
Instances
Methods
showsPrec :: Int -> T -> ShowS #
show :: T -> String #
showList :: [T] -> ShowS #
loadDictionary :: FilePath -> IO Dictionary Source #
fromFileName :: Dictionary -> FilePath -> Maybe T Source #