Copyright | (c) 2006-2009 Galois Inc. |
---|---|
License | BSD3 |
Maintainer | Sigbjorn Finne <sigbjorn.finne@gmail.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Codec.MIME.Parse
Description
Parsing MIME content.
Documentation
parseMIMEBody :: [MIMEParam] -> Text -> MIMEValue #
parseMIMEType :: Text -> Maybe Type #
parseMIMEMessage :: Text -> MIMEValue #
parseHeaders :: Text -> ([MIMEParam], Text) #
parseContentType :: Text -> Maybe Type #
normalizeCRLF :: Text -> Text #