mime-0.3.2: Working with MIME types.
Source code
Contents
Index
Codec.MIME.Parse
Portability
portable
Stability
provisional
Maintainer
Sigbjorn Finne <sigbjorn.finne@gmail.com>
Description
Parsing MIME content.
Documentation
parseMIMEBody
:: [(
String
,
String
)] ->
String
->
MIMEValue
Source
parseMIMEType
::
String
->
Maybe
Type
Source
parseMIMEMessage
::
String
->
MIMEValue
Source
parseHeaders
::
String
-> ([(
String
,
String
)],
String
)
Source
parseMultipart
::
Type
->
String
-> (
MIMEValue
,
String
)
Source
parseContentType
::
String
->
Maybe
Type
Source
splitMulti
::
String
->
String
-> ([
MIMEValue
],
String
)
Source
Produced by
Haddock
version 2.4.2