hweblib-0.6.3: Haskell Web Library

Safe HaskellNone
LanguageHaskell2010

Network.Parser.Mime

Synopsis

Documentation

data MimeValue #

  • Data Types

recursive at MimeContent, holding mime values

data Type #

Constructors

Type 

Instances

Eq Type # 

Methods

(==) :: Type -> Type -> Bool #

(/=) :: Type -> Type -> Bool #

Show Type # 

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

nullType :: Type #

content-type default as defined in rfc 2045 "Content-type: text/plain; charset=us-ascii"

type SubType = Text #

type TextType = Text #