mime-string-0.5: MIME implementation for String's.
Codec.MIME.String.ContentDisposition
data ContentDisposition Source #
Constructors
Instances
Methods
readsPrec :: Int -> ReadS ContentDisposition #
readList :: ReadS [ContentDisposition] #
readPrec :: ReadPrec ContentDisposition #
readListPrec :: ReadPrec [ContentDisposition] #
showsPrec :: Int -> ContentDisposition -> ShowS #
show :: ContentDisposition -> String #
showList :: [ContentDisposition] -> ShowS #
data DispositionType Source #
readsPrec :: Int -> ReadS DispositionType #
readList :: ReadS [DispositionType] #
readPrec :: ReadPrec DispositionType #
readListPrec :: ReadPrec [DispositionType] #
showsPrec :: Int -> DispositionType -> ShowS #
show :: DispositionType -> String #
showList :: [DispositionType] -> ShowS #
data DispositionParameter Source #
readsPrec :: Int -> ReadS DispositionParameter #
readList :: ReadS [DispositionParameter] #
readPrec :: ReadPrec DispositionParameter #
readListPrec :: ReadPrec [DispositionParameter] #
showsPrec :: Int -> DispositionParameter -> ShowS #
show :: DispositionParameter -> String #
showList :: [DispositionParameter] -> ShowS #
get_content_disposition :: String -> Maybe ContentDisposition Source #