|
Network.CGI.Compat | Portability | non-portable (uses Control.Monad.State) | Stability | experimental | Maintainer | bjorn@bringert.net |
|
|
|
Description |
Compatibility functions for the old Network.CGI API.
|
|
Synopsis |
|
|
|
Documentation |
|
Html |
|
|
Compatibility wrapper for the old CGI interface.
Output the output from a function from CGI environment and
input variables to an HTML document.
|
|
|
:: PortID | The port to run the server on.
| -> ([(String, String)] -> IO Html) | | -> IO () | | Compatibility wrapper for the old CGI interface.
Runs a simple CGI server.
Note: if using Windows, you might need to wrap withSocketsDo around main.
|
|
|
|
Note: if using Windows, you might need to wrap withSocketsDo around main.
|
|
Produced by Haddock version 0.9 |