| WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
|
|
Description |
Low-level types for raw CGI programming.
|
|
Synopsis |
|
|
|
Documentation |
|
type CGIProgram = CGIInfo -> CGIParameters -> IO () |
|
type CGIParameter = (String, CGIValue) |
|
type CGIParameters = [CGIParameter] |
|
type CGIValue = String |
|
data CGIRawValue |
internal representation of a CGI parameter value
| Constructors | |
|
|
data CGIInfo |
|
|
data CGIEnv |
corresponding to CGI environment variables
| Constructors | |
|
|
Produced by Haddock version 0.8 |