WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.

Safe HaskellSafe-Infered

WASH.Mail.HeaderField

Documentation

newtype Header Source

Constructors

Header (String, String) 

Instances

newtype KV Source

Constructors

KV (String, String) 

Instances

Show KV 

newtype MediaType Source

Constructors

MediaType (String, String) 

Instances

Show MediaType 

makeContentType :: Show a => [Char] -> [Char] -> [a] -> HeaderSource

makeX :: String -> [[Char]] -> HeaderSource

makeTO :: [[Char]] -> HeaderSource

makeCC :: [[Char]] -> HeaderSource

makeBCC :: [[Char]] -> HeaderSource