| WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
|
|
|
|
Documentation |
|
data DOC |
Constructors | DOC | | mediatype :: String | | subtype :: String | | parameters :: [KV] | parameters of the media type
| filename :: String | suggested filename, OBSOLETE
| contentDisposition :: ContentDisposition | sets Content-Disposition, e.g. for suggesting a filename
depending on mediatype only one of the following is relevant:
| messageData :: String | data, only relevant for binary data
| textLines :: [String] | lines, only relevant for text mediatypes
| parts :: [DOC] | data, only relevant for multipart mediatypes
|
|
| Instances | |
|
|
data SendMode |
|
|
data SendControl |
|
|
data CRLF |
Constructors | | Instances | |
|
|
data Mail |
Constructors | | Instances | |
|
|
class Send m where |
| Methods | | | Instances | |
|
|
Produced by Haddock version 0.8 |