|
|
|
|
|
| Description |
| Types of outputable data. |
|
| Synopsis |
|
|
|
| Documentation |
|
| newtype URL |
|
|
| data FileReference |
| Constructors | | FileReference | | | fileReferenceName :: FilePath | valid local filename where this file can be accessed | | fileReferenceContentType :: String | | | fileReferenceExternalName :: String | |
|
| | Instances | |
|
|
| data ResponseFileReference |
| Assumes that file contains correctly formatted HTTP Response starting with
Content-Type. Used internally to implement frames. | | Constructors | | ResponseFileReference FilePath | |
| | Instances | |
|
|
| data Status |
| Constructors | | Status | | | statusCode :: Int | status code | | statusReason :: String | reason phrase | | statusContent :: (Maybe (WithHTML () IO ())) | more explanation |
|
| | Instances | |
|
|
| newtype Location |
|
|
| data FreeForm |
| Constructors | | FreeForm | | | ffName :: String | internal name | | ffContentType :: String | MIME type | | ffRawContents :: String | contents as octet stream |
|
| | Instances | |
|
|
| data CGIOption |
| Constructors | | NoPort | do not include port number in generated URLs | | AutoPort | include automatically generated port number in generated URLs | | 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 | | FullURL | generate full URL including scheme, host, and port | | PartialURL | generate absolute path URL, only |
| | Instances | |
|
|
| type CGIOptions = [CGIOption] |
|
| Produced by Haddock version 0.6 |