mime-0.3.2: Working with MIME types.Source codeContentsIndex
Codec.MIME.Parse
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sigbjorn.finne@gmail.com>
Description
Parsing MIME content.
Documentation
parseMIMEBody :: [(String, String)] -> String -> MIMEValueSource
parseMIMEType :: String -> Maybe TypeSource
parseMIMEMessage :: String -> MIMEValueSource
parseHeaders :: String -> ([(String, String)], String)Source
parseMultipart :: Type -> String -> (MIMEValue, String)Source
parseContentType :: String -> Maybe TypeSource
splitMulti :: String -> String -> ([MIMEValue], String)Source
Produced by Haddock version 2.4.2