Portability | portable |
---|---|
Stability | provisional |
Maintainer | Sigbjorn Finne <sigbjorn.finne@gmail.com> |
Codec.MIME.Parse
Description
Parsing MIME content.
Documentation
parseMIMEBody :: [(String, String)] -> String -> MIMEValue
parseMIMEType :: String -> Maybe Type
parseMIMEMessage :: String -> MIMEValue
parseHeaders :: String -> ([(String, String)], String)
parseMultipart :: Type -> String -> (MIMEValue, String)
parseContentType :: String -> Maybe Type
splitMulti :: String -> String -> ([MIMEValue], String)