|
|
|
|
|
Documentation |
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.1 |