mime-0.4.0.2: Working with MIME types.
Copyright(c) 2006-2009 Galois Inc.
LicenseBSD3
MaintainerSigbjorn Finne <sigbjorn.finne@gmail.com>
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Codec.MIME.Parse

Description

Parsing MIME content.

Documentation

parseMIMEType :: Text -> Maybe Type Source #

parseHeaders :: Text -> ([MIMEParam], Text) Source #

parseMultipart :: Type -> Text -> (MIMEValue, Text) Source #

parseContentType :: Text -> Maybe Type Source #

splitMulti :: Text -> Text -> ([MIMEValue], Text) Source #

normalizeCRLF :: Text -> Text Source #