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 HaskellSafe-Inferred
LanguageHaskell98

Codec.MIME.Utils

Description

Extracting content from MIME values and types.

Synopsis

Documentation

findMultipartNamed :: Text -> MIMEValue -> Maybe MIMEValue Source

Given a parameter name, locate it within a MIME value, returning the corresponding (sub) MIME value.