|
|
|
| Description |
| Types of outputable data.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
|
| Constructors | | FileReference | | | fileReferenceName :: FilePath | valid local filename where this file can be accessed
| | fileReferenceContentType :: String | | | fileReferenceExternalName :: String | |
|
|
|
|
| data ResponseFileReference | Source |
|
| Assumes that file contains correctly formatted HTTP Response starting with
Content-Type. Used internally to implement frames.
| | Constructors | |
|
|
|
|
|
|
|
|
|
| Constructors | | FreeForm | | | ffName :: String | internal name
| | ffContentType :: String | MIME type
| | ffRawContents :: String | contents as octet stream
|
|
|
|
|
|
| Constructors | | NoPort | do not include port number in generated URLs
| | AutoPort | include automatically generated port number in generated URLs (default)
| | Port Int | use this port number in generated URLs
| | NoHttps | do not attempt to detect Https
| | AutoHttps | autodetect Https by checking for port number 443 and env var HTTPS (default)
| | FullURL | generate full URL including scheme, host, and port
| | PartialURL | generate absolute path URL, only (default)
| | SessionMode | | |
|
|
|
|
|
|
| Constructors | | LogOnly | generate log in hidden field, full server replay (default)
| | StateIDOnly | generate state id, server threads without replay (only with WSP)
| | LogAndState | log and state id, server threads with replay as fallback (only with WSP)
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.6.0 |