Copyright | (c) The University of Glasgow 2001 (c) Bjorn Bringert 2004-2006 (c) Ian Lynagh 2005 (c) Jeremy Shaw 2005 |
---|---|
License | BSD-style |
Maintainer | John Chee <cheecheeo@gmail.com> |
Stability | experimental |
Portability | non-portable (uses Control.Monad.State) |
Safe Haskell | None |
Language | Haskell98 |
Compatibility functions for the old Network.CGI API.
Documentation
wrapper :: ([(String, String)] -> IO Html) -> IO () Source
Deprecated: Use the new interface.
Compatibility wrapper for the old CGI interface. Output the output from a function from CGI environment and input variables to an HTML document.
Deprecated: Use the new interface.
Compatibility wrapper for the old CGI interface.
Runs a simple CGI server.
Note: if using Windows, you might need to wrap withSocketsDo
around main.
connectToCGIScript :: String -> PortID -> IO () Source
Deprecated: Use the new interface.
Note: if using Windows, you might need to wrap withSocketsDo
around main.